Skip to main content
Module

x/oak/body.ts>BodyReader

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

The tagged type for "reader" bodies.

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