Module

x/drash/mod.ts>Request#bodyAll

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
method Request.prototype.bodyAll
import { Request } from "https://dotland.deno.dev/x/drash@v2.7.0/mod.ts";

Get all body params.

Returns

ParsedBody | T

All params contained in the body or an empty body if no params exist.