puppeteer/docs/api/puppeteer.continuerequestoverrides.md

107 lines
796 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: ContinueRequestOverrides
---
# ContinueRequestOverrides interface
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export interface ContinueRequestOverrides
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
headers
</td><td>
`optional`
</td><td>
Record&lt;string, string&gt;
</td><td>
</td><td>
</td></tr>
<tr><td>
method
</td><td>
`optional`
</td><td>
string
</td><td>
</td><td>
</td></tr>
<tr><td>
postData
</td><td>
`optional`
</td><td>
string
</td><td>
</td><td>
</td></tr>
<tr><td>
url
</td><td>
`optional`
</td><td>
string
</td><td>
If set, the request URL will change. This is not a redirect.
</td><td>
</td></tr>
</tbody></table>