Skip to main content
Module

x/oak/mod.ts>BodyText

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias BodyText
import { type BodyText } from "https://deno.land/x/oak@v10.6.0/mod.ts";

The tagged type for "text" bodies.

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