Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as oak from "https://raw.githubusercontent.com/oakserver/oak/master/body.ts";

Contains the oak abstraction to represent a request Body.

This is not normally used directly by end users.

§Classes

Body

An object which encapsulates information around a request body.

§Type Aliases

BodyType