Skip to main content
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://deno.land/x/oak@v11.1.0/mod.ts";

Properties

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