method Body.prototype.textimport { Body } from "https://dotland.deno.dev/x/oak@14.2.0/body.ts"; text(): Promise<string>Reads the body to the end resolving with a string. ReturnsPromise<string>