HTTPResponse.text() method
Signature:text(): Promise<string>;
Promise<string>
Promise which resolves to a text representation of response body.
text(): Promise<string>;
Promise<string>
Promise which resolves to a text representation of response body.