Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/oak@13.2.4/body.ts";

Reads the body to the end resolving with a string.

Returns

Promise<string>