FromWebReqSettings: { request: Request }

Configuration for creating an HttpReq from a standard Web API 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.

IMPORT_PATH: "@daiso-tech/core/http-router"

Type declaration

  • request: Request

    The raw Web API Request object to wrap.