Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support gzip #46

Open
rafaeljusto opened this issue Jan 28, 2014 · 2 comments
Open

Support gzip #46

rafaeljusto opened this issue Jan 28, 2014 · 2 comments
Assignees

Comments

@rafaeljusto
Copy link
Owner

Gzip response content when the user sends "Accept-Encoding: gzip". Study better how proxies will work with cache, we might need to use the Vary HTTP header. We also need to think how to build the response HTTP headers in this situation as we can't set the content-length as the size of the uncompressed data, we might send chunked content.

@ghost ghost assigned rafaeljusto Jan 28, 2014
@rafaeljusto
Copy link
Owner Author

We can also support deflate (zlib)

@rafaeljusto
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant