Skip to main content
Module

x/drash/tests/deps.ts>Drash.Request#bodyAll

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

Get all body params.

Returns

ParsedBody | T

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