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
right now BODY_FORMATS is just a lookup in a named list. This doesn't allow for flexibly detecting json or xml, etc. in a content type string. so change to a function call probably where could do the current lookup first, and if no match, then regex for json, xml, html, etc.
The text was updated successfully, but these errors were encountered:
right now
BODY_FORMATS
is just a lookup in a named list. This doesn't allow for flexibly detecting json or xml, etc. in a content type string. so change to a function call probably where could do the current lookup first, and if no match, then regex for json, xml, html, etc.The text was updated successfully, but these errors were encountered: