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
Add support for zstd compress/decompress as alternative to gzip/brotli. This new algorithm is supported since the latest fasthttp release.
valyala/fasthttp#1701
N/a
https://datatracker.ietf.org/doc/html/rfc8478
RFC has been stable for several years. Support was added to Google Chrome recently and Fasthttp v1.53.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Proposal Description
Add support for zstd compress/decompress as alternative to gzip/brotli. This new algorithm is supported since the latest fasthttp release.
valyala/fasthttp#1701
Alignment with Express API
N/a
HTTP RFC Standards Compliance
https://datatracker.ietf.org/doc/html/rfc8478
API Stability
RFC has been stable for several years. Support was added to Google Chrome recently and Fasthttp v1.53.0
Feature Examples
Checklist:
The text was updated successfully, but these errors were encountered: