class NativeRequest
implements ServerRequest
import { NativeRequest } from "https://dotland.deno.dev/x/oak@v17.1.2/http_server_native_request.ts";
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(request: Request, info: NativeRequestInfo)