Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

GZIP of request, responses #16

Open
pdiazvargas opened this issue Feb 25, 2019 · 0 comments
Open

GZIP of request, responses #16

pdiazvargas opened this issue Feb 25, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@pdiazvargas
Copy link
Contributor

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.

@pdiazvargas pdiazvargas added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant