14 lines
555 B
Markdown
14 lines
555 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [ContinueRequestRequest](./puppeteer.protocol.fetch.continuerequestrequest.md) > [headers](./puppeteer.protocol.fetch.continuerequestrequest.headers.md)
|
||
|
|
||
|
## Protocol.Fetch.ContinueRequestRequest.headers property
|
||
|
|
||
|
If set, overrides the request headers.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
headers?: HeaderEntry[];
|
||
|
```
|