Skip to main content
Module

x/oak/http_server_native_request.ts>NativeRequest#getBody

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Go to Latest
method NativeRequest.prototype.getBody
import { NativeRequest } from "https://deno.land/x/oak@14.2.0/http_server_native_request.ts";

Returns

ReadableStream<Uint8Array> | null