import { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { BodyForm } = oak;
The tagged type for "form"
bodies.
definition: { readonly type: "form"; readonly value: Promise<URLSearchParams>; }
import { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { BodyForm } = oak;
The tagged type for "form"
bodies.