Skip to content
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

Support HTTP content negotiation wildcards #391

Closed
lalloni opened this issue Jul 28, 2015 · 0 comments · Fixed by #1112
Closed

Support HTTP content negotiation wildcards #391

lalloni opened this issue Jul 28, 2015 · 0 comments · Fixed by #1112
Milestone

Comments

@lalloni
Copy link

lalloni commented Jul 28, 2015

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.

Equim-chan added a commit to Equim-chan/gin that referenced this issue Sep 17, 2017
Equim-chan added a commit to Equim-chan/gin that referenced this issue Sep 17, 2017
@thinkerou thinkerou added this to the 1.4 milestone Aug 21, 2018
thinkerou pushed a commit that referenced this issue Mar 1, 2019
* support negotiation wildcards, fix #391

* fix typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants