x/oak/mod.ts

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

The tagged type for "reader" bodies.

definition: { readonly type: "reader"; readonly value: Deno.Reader; }[src]