RouteHandler represents a handler for a route on an API.
Implementations should invoke methods on res to respond to the request, or invoke next to pass control to the next available handler on the route for further processing.
res
next
Generated using TypeDoc
RouteHandler represents a handler for a route on an API.
Implementations should invoke methods on
res
to respond to the request, or invokenext
to pass control to the next available handler on the route for further processing.