Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method HTTPResponse.prototype.text
import { HTTPResponse } from "https://deno.land/x/pptr@1.2.0/src/HTTPResponse.ts";

Returns

Promise<string>

Promise which resolves to a text representation of response body.