puppeteer/new-docs/puppeteer.protocol.fetch.continuerequestrequest.md
2020-07-13 14:01:35 +01:00

23 lines
1.3 KiB
Markdown

<!-- 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; [Fetch](./puppeteer.protocol.fetch.md) &gt; [ContinueRequestRequest](./puppeteer.protocol.fetch.continuerequestrequest.md)
## Protocol.Fetch.ContinueRequestRequest interface
<b>Signature:</b>
```typescript
export interface ContinueRequestRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [headers](./puppeteer.protocol.fetch.continuerequestrequest.headers.md) | [HeaderEntry](./puppeteer.protocol.fetch.headerentry.md)<!-- -->\[\] | If set, overrides the request headers. |
| [method](./puppeteer.protocol.fetch.continuerequestrequest.method.md) | string | If set, the request method is overridden. |
| [postData](./puppeteer.protocol.fetch.continuerequestrequest.postdata.md) | string | If set, overrides the post data in the request. |
| [requestId](./puppeteer.protocol.fetch.continuerequestrequest.requestid.md) | [RequestId](./puppeteer.protocol.fetch.requestid.md) | An id the client received in requestPaused event. |
| [url](./puppeteer.protocol.fetch.continuerequestrequest.url.md) | string | If set, the request url will be modified in a way that's not observable by page. |