The returned middleware enriches the input with a body
property
containing the parsed JSON body.
JSON body middleware factory
Schema to validate the JSON body with
The returned middleware enriches the input with a body
property
containing the JSON body parsed and validated with the given schema.
JSON body middleware factory
Key to use for the JSON body property
The returned middleware enriches the input with a property with the given key containing the parsed JSON body.
JSON body middleware factory
The returned middleware enriches the input with a property with the given key containing the JSON body parsed and validated with the given schema.
Generated using TypeDoc
JSON body middleware factory