[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [ContinueRequestRequest](./puppeteer.protocol.fetch.continuerequestrequest.md) ## Protocol.Fetch.ContinueRequestRequest interface Signature: ```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. |