Skip to main content
Module

x/oak/body.ts>Body#formData

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Go to Latest
method Body.prototype.formData
import { Body } from "https://deno.land/x/oak@v15.0.0/body.ts";

Reads a body to the end attempting to parse the body as a set of FormData.