Configuration for creating an HttpReq from a standard Web API Request.
Request
Bundles the raw Request object with optional validation schemas and pre-resolved path parameters so the resulting HttpReq can apply type-safe validation on demand.
HttpReq
IMPORT_PATH: "@daiso-tech/core/http-router"
"@daiso-tech/core/http-router"
The raw Web API Request object to wrap.
Configuration for creating an HttpReq from a standard Web API
Request.Bundles the raw
Requestobject with optional validation schemas and pre-resolved path parameters so the resultingHttpReqcan apply type-safe validation on demand.IMPORT_PATH:
"@daiso-tech/core/http-router"