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
parse_options_header
provide an accept header such as en;q=0 or en;q=1 ->
en;q=0
en;q=1
q values 0 or 1 are dropped. The RFC 9110 indicates that the decimal is optional however we are rejecting q values that do not contain a decimal
Environment:
The text was updated successfully, but these errors were encountered:
Happy to review a PR.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
provide an accept header such as
en;q=0
oren;q=1
->q values 0 or 1 are dropped. The RFC 9110 indicates that the decimal is optional however we are rejecting q values that do not contain a decimal
Environment:
The text was updated successfully, but these errors were encountered: