Module

x/oak/body.ts>Body#text

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

Reads the body to the end resolving with a string.

Returns

Promise<string>