Skip to main content
Question

Can I gzip compress single attribute?

  • September 28, 2021
  • 1 reply
  • 16 views

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

1 reply

david_r
Celebrity
  • 8392 replies
  • September 28, 2021

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