x/oak/body.ts

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

Properties

optional
json: string[]
[src]
optional
form: string[]
[src]
optional
text: string[]
[src]