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
VSGI should provide a wide range of converters adapted for web development requirements.
The text was updated successfully, but these errors were encountered:
The only supported codings by the HTTP/1.1 protocol are: chunked, gzip, compress, deflate and identity and they are already covered by GLib.
GLib
The only missing converter is a dechunker.
Sorry, something went wrong.
In short, there's a few things to implement:
compress
br
MDN has a list of content codings: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding
We could support many compression format using squash.
No branches or pull requests
VSGI should provide a wide range of converters adapted for web development requirements.
The text was updated successfully, but these errors were encountered: