method Body.prototype.textimport { Body } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.3/body.ts?p=prototype.text&s=Body";text(): Promise<string>Reads the body to the end resolving with a string. ReturnsPromise<string>[src]