14 lines
664 B
Markdown
14 lines
664 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) > [method](./puppeteer.protocol.network.continueinterceptedrequestrequest.method.md)
|
||
|
|
||
|
## Protocol.Network.ContinueInterceptedRequestRequest.method property
|
||
|
|
||
|
If set this allows the request method to be overridden. Must not be set in response to an authChallenge.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
method?: string;
|
||
|
```
|