puppeteer/new-docs/puppeteer.protocol.network.continueinterceptedrequestrequest.headers.md

14 lines
667 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [ContinueInterceptedRequestRequest](./puppeteer.protocol.network.continueinterceptedrequestrequest.md) &gt; [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;
```