Skip to main content
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 oak from "https://deno.land/x/oak@14.2.0/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.