1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > Fetch > ContinueRequestRequest
Protocol.Fetch.ContinueRequestRequest interface
Signature:
export interface ContinueRequestRequest
Properties
Property | Type | Description |
---|---|---|
headers | HeaderEntry[] | If set, overrides the request headers. |
method | string | If set, the request method is overridden. |
postData | string | If set, overrides the post data in the request. |
requestId | RequestId | An id the client received in requestPaused event. |
url | string | If set, the request url will be modified in a way that's not observable by page. |