Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.8.1/src/http/request.ts";

Get all body params.

Returns

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