Module

x/oak/form_data.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Go to Latest
import * as mod from "https://dotland.deno.dev/x/oak@v14.1.1/form_data.ts";

The ability to parse a request body into FormData when not supported natively by the runtime.

Functions

Take a content type and the body of a request and parse it as FormData.