We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deflate and gzip streaming compression can be provided by https://github.com/alexcrichton/flate2-rs
deflate
gzip
I'd suggest this to be implemented on hyper but they've decided compression is out of scope of an HTTP library.
hyper
This would be best combined with the builder pattern I suggested in #2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
deflate
andgzip
streaming compression can be provided by https://github.com/alexcrichton/flate2-rsI'd suggest this to be implemented on
hyper
but they've decided compression is out of scope of an HTTP library.This would be best combined with the builder pattern I suggested in #2.
The text was updated successfully, but these errors were encountered: