Module

x/oak/body.ts>BodyType

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias BodyType
import { type BodyType } from "https://dotland.deno.dev/x/oak@v13.2.1/body.ts";
definition:
| "binary"
| "form"
| "form-data"
| "json"
| "text"
| "unknown"