Transform express request and response to for better handling it will sanitize the request body, headers, params, and query for safety reason, and it will also add request id to the header if it is a new request from outside service
express request
express response
express next function
route config options
transformed request and response context
Generated using TypeDoc
Transform express request and response to for better handling it will sanitize the request body, headers, params, and query for safety reason, and it will also add request id to the header if it is a new request from outside service