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
Currently, only applicaton/json is supported as content-type for deserialization in the preprocess step. In case the content-type is absent or is not equal to application/json the body is passed as a binary to the callback function.
A nice solution would be to allow custom parsers (as MFAs or HOFs) per content-type in erf's configuration.
The text was updated successfully, but these errors were encountered:
Currently, only
applicaton/json
is supported ascontent-type
for deserialization in the preprocess step. In case thecontent-type
is absent or is not equal toapplication/json
the body is passed as a binary to the callback function.A nice solution would be to allow custom parsers (as MFAs or HOFs) per
content-type
inerf
's configuration.The text was updated successfully, but these errors were encountered: