import { Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { NativeRequest } = Oak;
An internal oak abstraction for handling a Deno native request. Most users of oak do not need to worry about this abstraction.
x/oak_http_proxy/test/deps.ts>Oak.NativeRequest
import { Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { NativeRequest } = Oak;
An internal oak abstraction for handling a Deno native request. Most users of oak do not need to worry about this abstraction.