puppeteer/new-docs/puppeteer.protocol.network.continueinterceptedrequestrequest.headers.md
2020-07-13 14:01:35 +01:00

667 B

Home > puppeteer > Protocol > Network > ContinueInterceptedRequestRequest > headers

Protocol.Network.ContinueInterceptedRequestRequest.headers property

If set this allows the request headers to be changed. Must not be set in response to an authChallenge.

Signature:

headers?: Headers;