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
* in Accept, Accept-Charset and Accept-Encoding request headers is of very limited use, because:
*
Accept
Accept-Charset
Accept-Encoding
text/*
Can we deprecate * in these headers, or at least restrict its use / give better guidance?
The text was updated successfully, but these errors were encountered:
Discussed in Montreal; support for documenting limitations / caveats.
Sorry, something went wrong.
We can't deprecate it. We can explain when and where it isn't useful.
Explain the limited utility of *
b804e6a
Fixes #46.
Rearrange conneg and talk about *
cfe5271
Fixes #46. (alternative approach)
mnot
No branches or pull requests
*inAccept,Accept-CharsetandAccept-Encodingrequest headers is of very limited use, because:text/*), it has been cargo culted a lot, but doesn't actually give the server information it can use.Can we deprecate
*in these headers, or at least restrict its use / give better guidance?The text was updated successfully, but these errors were encountered: