A middleware (or route handler) function. Receives the request context and either returns a Response to short-circuit the chain, or a falsy value to pass control to the next middleware.
Response
Optional
Generated using TypeDoc
A middleware (or route handler) function. Receives the request context and either returns a
Responseto short-circuit the chain, or a falsy value to pass control to the next middleware.