Module

x/oak/mod.ts>BodyContentTypes

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface BodyContentTypes
import { type BodyContentTypes } from "https://dotland.deno.dev/x/oak@v11.1.0/mod.ts";

Properties

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