puppeteer/docs/api/puppeteer.httpresponse.headers.md

20 lines
309 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: HTTPResponse.headers
---
# HTTPResponse.headers() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class HTTPResponse {
headers(): Record<string, string>;
}
```
**Returns:**
Record&lt;string, string&gt;
An object with HTTP headers associated with the response. All header names are lower-case.