QT framework processing gzip payload

241 Views Asked by At

Is there any library to uncompress the server responses which is sent gzip compression. I tried to uncompress from zlib library, But that is throwing compilation errors.

1

There are 1 best solutions below

0
On

You could try using qUncompress().

Or https://inqlude.org/libraries/karchive.html