method RequestBuilder.prototype.textimport { RequestBuilder } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; text(): Promise<string>Fetches and gets the response as text. ReturnsPromise<string>