[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPResponse](./puppeteer.httpresponse.md) > [headers](./puppeteer.httpresponse.headers.md)
## HTTPResponse.headers() method
Signature:
```typescript
headers(): Record;
```
Returns:
Record<string, string>
An object with HTTP headers associated with the response. All header names are lower-case.