import { type Oak } from "https://deno.land/x/superdeno@4.9.0/test/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/superdeno@4.9.0/test/deps.ts";
const { BodyForm } = Oak;
The tagged type for "form"
bodies.