import { type oak } from "https://deno.land/x/hex@0.5.15/src/service/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/hex@0.5.15/src/service/deps.ts";
const { BodyStream } = oak;
The tagged type for "stream"
bodies.