-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
Milestone
Description
As an example, I have this media-type:
application/json;schema=vnd.fcms.item;version=1
I'd like to be able to take advantage of the schema and version media-type parameters.
A numeric "level" parameter should be supported as well.
Maybe we should sort
on numeric values (highest) first and then all other parameter values in order of declaration in :available-media-types.
Maybe we can take some ideas from
http://search.cpan.org/~gaas/libwww-perl-5.834/lib/HTTP/Negotiate.pm
http://httpd.apache.org/docs/current/content-negotiation.html