Skip to main content

I have to POST JSON bodies to web api, but first I have to compress json by gzip compression. How could I do that?

You could try the AttributeCompressor, although I'm not quite certain if it's 100% zgip compatible.


Reply