property IRequest.raw
Since 0.3.0

The undisturbed web-standard Request, preserved for WebSocket upgrade and gRPC dispatch after the middleware pipeline.

Populated by the HTTP adapter before the body is consumed by the framework mapping. Optional because injected or test requests may not carry one.

Type

Usage

import { type IRequest } from "common/src/index.ts";