x/oak/types.d.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
interface ServerRequestBody
import { type ServerRequestBody } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/types.d.ts?s=ServerRequestBody";

Properties

body: ReadableStream<Uint8Array> | null[src]
readBody: () => Promise<Uint8Array>[src]