-
Notifications
You must be signed in to change notification settings - Fork 3
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
Accept-Encoding support #12
Comments
@Jille Thank you for the ticket. Could you please describe the whole use case for that and I'll be happy to add it. |
I want to know which encodings are supported by the client. A browser might send Based on this I'd let the server pick the best available compression. |
@Jille It looks similar, but it will require either adding new parser and type or significant refactoring with breaking API. Do you have any suggestions how would you like to see the feature in the repo? Maybe you know some other similar headers that can be covered by a lib? |
This issue is closed due to luck of activity. Feel free to re-open it. |
Hi. Thanks for the library :)
Any plans for adding Accept-Encoding support? It currently doesn't work, I suspect because "gzip, br" doesn't contain slashes like mime-types.
The text was updated successfully, but these errors were encountered: