A function-based WinterTC middleware.
Receives the incoming Request and a next handler to delegate to the downstream handler or middleware in the chain. Returns a Response, either synchronously or as a promise.
Request
next
Response
This is the lightweight, functional alternative to IWinterTcMiddlewareObject.
IMPORT_PATH: "@daiso-tech/core/http-router/contracts"
"@daiso-tech/core/http-router/contracts"
A function-based WinterTC middleware.
Receives the incoming
Requestand anexthandler to delegate to the downstream handler or middleware in the chain. Returns aResponse, either synchronously or as a promise.This is the lightweight, functional alternative to IWinterTcMiddlewareObject.
IMPORT_PATH:
"@daiso-tech/core/http-router/contracts"