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
Content negotiation as implemented does not support request media type wildcards.
For example, when a client sends Accept: */*, the negotiotion logic should respond with any type offered. Currently it fails.
Accept: */*
The text was updated successfully, but these errors were encountered:
support negotiation wildcards, fix gin-gonic#391
59983bd
eb44b7a
Support negotiation wildcards, fix #391 (#1112)
2dd3193
* support negotiation wildcards, fix #391 * fix typo
Successfully merging a pull request may close this issue.
Content negotiation as implemented does not support request media type wildcards.
For example, when a client sends
Accept: */*
, the negotiotion logic should respond with any type offered. Currently it fails.The text was updated successfully, but these errors were encountered: