-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If a template is designated as having a MIME type of foo/bar then it should also match an Accept: of foo/baz+bar if there are no direct matches.
For example, with this template mapping:
{
'.byaml': 'application/blap+yaml',
'.yaml': 'application/yaml'
}
then if someone makes a request for /blap with an Accept: application/blap+yaml, it should try /blap.byaml, and if that fails it should try /blap.yaml.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request