Hi All!
By working with httpclient module and then some service responses always gziped string and this is a fact I do not change it. I need uncompress it. First I saved gziped string to file.gz and then uncompressed it using zip/gzipfiles nimble library. this works properly but I do not need save it in file because it is expensive.
I need uncompress directly from gzip string. The zip/gzipfiles do not support it. Sorry, I did not find something suitable.
From my side I got compressed data from gz-string using this parser https://github.com/kunfoo/gzip_parser/blob/master/gzip_parser.c but I don't know how can I uncompress it.
Please, any help! Thanks