Middleware type to be executed immediately before endpoint execution
Promise which, if it resolves to false, the endpoint processing does not continue (In that case, the middleware should take care of responding to the client )
IncomingMessage from 'http'
ServerResponse from 'http'
Generated using TypeDoc
Middleware type to be executed immediately before endpoint execution
Returns
Promise which, if it resolves to false, the endpoint processing does not continue
(In that case, the middleware should take care of responding to the client )