Skip to main content
Module

x/drash/src/http/request.ts>DrashRequest#bodyAll

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

Get all body params.

Returns

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