import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { BodyStream } = Oak;
The tagged type for "stream"
bodies.
definition: { readonly type: "stream"; readonly value: ReadableStream<Uint8Array>; }
import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { BodyStream } = Oak;
The tagged type for "stream"
bodies.