import { NativeRequest } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?s=NativeRequest";
An internal oak abstraction for handling a Deno native request. Most users of oak do not need to worry about this abstraction.
Constructors
new
NativeRequest(requestEvent: RequestEvent, options?: NativeRequestOptions)[src]