Skip to main content
Module

x/oak/mod.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@v10.6.0/mod.ts";

The tagged type for "reader" bodies.

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