14 lines
667 B
Markdown
14 lines
667 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [ContinueInterceptedRequestRequest](./puppeteer.protocol.network.continueinterceptedrequestrequest.md) > [headers](./puppeteer.protocol.network.continueinterceptedrequestrequest.headers.md)
|
||
|
|
||
|
## Protocol.Network.ContinueInterceptedRequestRequest.headers property
|
||
|
|
||
|
If set this allows the request headers to be changed. Must not be set in response to an authChallenge.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
headers?: Headers;
|
||
|
```
|