I have to POST JSON bodies to web api, but first I have to compress json by gzip compression. How could I do that?
Page 1 / 1
You could try the AttributeCompressor, although I'm not quite certain if it's 100% zgip compatible.