x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
type alias BodyStream
import { type BodyStream } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.patch&s=BodyStream";

The tagged type for "stream" bodies.

definition: { readonly type: "stream"; readonly value: ReadableStream<Uint8Array>; }[src]