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
encoding gzip , deflate
-
- Site Admin
- Posts: 872
- Joined: Sun Jul 04, 2021 5:12 am
Re: encoding gzip , deflate
No, HTTPAPI does not have anything like that built-in. I have never had a need for it myself.
If you decide to add it, please consider contributing it back to the project.
If you decide to add it, please consider contributing it back to the project.