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