This repository has been archived by the owner on May 9, 2024. It is now read-only.
GZIP of request, responses #16
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
What
Handle the case in which the request is gzipped. Make sure we can gzip and gunzip the payload of a given request when the request sends data zipped. This feature should be implemented after the changes to support multiple content-types.
How
While processing a request, unzip the payload on demand, and gzip the response back.
Why
For optimization purposes, being able to support gzipped communication is important.
The text was updated successfully, but these errors were encountered: