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