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
I can't seem to figure out how to specify that an incoming post body, with "String" as the body type, should be something like "text/plain; charset=utf-8" instead of application/json.
The text was updated successfully, but these errors were encountered:
These things are handled by the BodyParser and ResponseSerializer, there is none for plain text, but you can create your own.
Copying BinaryContentTypeParser would be a good start.
I can't seem to figure out how to specify that an incoming post body, with "String" as the body type, should be something like "text/plain; charset=utf-8" instead of application/json.
The text was updated successfully, but these errors were encountered: