You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an API that I work on, we can accept a valid JSON request whether it's application/json or a vendor tag like application/vnd.something+json. The +json suffix says that the media follows the same parsing rules as application/json. Granted we do currently just hard-code the specific media types, but it would be nice to be able to specify a wildcard instead.
Are there any plans to support the Structured Syntax Suffix RFC: http://trac.tools.ietf.org/html/draft-ietf-appsawg-media-type-suffix-regs-02
Specifically I would want to be able to use the
+json
suffix as defined in http://trac.tools.ietf.org/html/draft-ietf-appsawg-media-type-suffix-regs-02#section-3.1 with a wildcard like the following:It would also be nice to be able to even be able to specify:
The text was updated successfully, but these errors were encountered: