The arguments passed to a request handler function or object. Unlike middleware, handlers do not receive a next function.
next
IMPORT_PATH: "@daiso-tech/core/http-router/contracts"
"@daiso-tech/core/http-router/contracts"
The shared execution context for the request lifecycle.
The incoming HTTP request.
The outgoing HTTP response builder.
The arguments passed to a request handler function or object. Unlike middleware, handlers do not receive a
nextfunction.IMPORT_PATH:
"@daiso-tech/core/http-router/contracts"