Skip to main content
Module

x/oak/types.d.ts>ServerRequestBody

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface ServerRequestBody
import { type ServerRequestBody } from "https://deno.land/x/oak@v12.5.0/types.d.ts";

Properties

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