Skip to main content
Module

x/oak/body.ts>Body#form

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method Body.prototype.form
import { Body } from "https://deno.land/x/oak@v13.2.5/body.ts";

Reads a body as a URL encoded form, resolving the value as URLSearchParams.