encoding gzip , deflate
Posted: Mon Mar 17, 2025 12:14 pm
Hello,
being HTTP used a lot to carry around a lot of redundant text in webservices calls, given the eventual benefits,
does HTTPAPI supports on the fly de/compression of the text payload, offloading to some api, or via filter/hooks possibility?
i.e. Accept-Encoding: gzip,deflate
seems commonly supported nowadays due to the savings due to high compressibility of xml or json.
thanks
being HTTP used a lot to carry around a lot of redundant text in webservices calls, given the eventual benefits,
does HTTPAPI supports on the fly de/compression of the text payload, offloading to some api, or via filter/hooks possibility?
i.e. Accept-Encoding: gzip,deflate
seems commonly supported nowadays due to the savings due to high compressibility of xml or json.
thanks