Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v12.0.1/mod.ts";

The tagged type for "reader" bodies.

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