Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak_http_proxy/test/deps.ts>Oak.BodyBytes

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
type alias Oak.BodyBytes
import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { BodyBytes } = Oak;

The tagged type for "bytes" bodies.

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