14 lines
430 B
Markdown
14 lines
430 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ResponseForRequest](./puppeteer.responseforrequest.md) > [headers](./puppeteer.responseforrequest.headers.md)
|
||
|
|
||
|
## ResponseForRequest.headers property
|
||
|
|
||
|
Optional response headers. All values are converted to strings.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
headers: Record<string, unknown>;
|
||
|
```
|