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
ipkn#144
Should support compression and decompression for http requests.
This could be needed before HTTP/2 could be implemented.
The text was updated successfully, but these errors were encountered:
The first PR seems good, but is a middleware, which might not workout since I believe header compression is part of HTTP/2.
The second is not middleware but only runs on websockets.
Sorry, something went wrong.
I think that compression should be enabled by default, as a part of framework. Maybe it should be option to disable it from configuration file?
The-EDev
Successfully merging a pull request may close this issue.
ipkn#144
Should support compression and decompression for http requests.
This could be needed before HTTP/2 could be implemented.
The text was updated successfully, but these errors were encountered: