property IRequestContext.raw
Since 0.3.0

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

Threaded from IRequest.raw by the kernel's request-context factory. Absent when the adapter did not provide one (injected or test requests).

Type

Usage

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