import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { BodyFormData } = Oak;
The tagged type for "form-data"
bodies.
definition: { readonly type: "form-data"; readonly value: FormDataReader; }
import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { BodyFormData } = Oak;
The tagged type for "form-data"
bodies.