[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPResponse](./puppeteer.httpresponse.md) > [text](./puppeteer.httpresponse.text.md)
## HTTPResponse.text() method
Signature:
```typescript
text(): Promise;
```
Returns:
Promise<string>
Promise which resolves to a text representation of response body.