go-ozzo / ozzo-routing

An extremely fast Go (golang) HTTP router that supports regular expression route matching. Comes with full support for building RESTful APIs.
MIT License
455 stars 51 forks source link

content type negotiation doesnt work for parameterized versions #31

Closed jdamick closed 7 years ago

jdamick commented 7 years ago

In our services we use version numbers in the accept like:

"application/json;v=1" - however in testing i found that gddo doesnt correctly parse the accept header in this form - see pull #30