Skip to main content
Module

x/oak/mod.ts>BodyBytes

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

The tagged type for "bytes" bodies.

definition: { readonly type: "bytes"; readonly value: Promise<Uint8Array>; }