x/oak/mod.ts

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

The tagged type for "text" bodies.

definition: { readonly type: "text"; readonly value: Promise<string>; }[src]