Skip to main content
Module

x/oak/body.ts>BodyForm

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias BodyForm
import { type BodyForm } from "https://deno.land/x/oak@v11.1.0/body.ts";

The tagged type for "form" bodies.

definition: { readonly type: "form"; readonly value: Promise<URLSearchParams>; }