puppeteer/website/versioned_docs/version-22.10.0/api/puppeteer.continuerequestoverrides.md

107 lines
896 B
Markdown
Raw Normal View History

---
sidebar_label: ContinueRequestOverrides
---
# ContinueRequestOverrides interface
#### Signature:
```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>
<span id="headers">headers</span>
</td><td>
`optional`
</td><td>
Record&lt;string, string&gt;
</td><td>
</td><td>
</td></tr>
<tr><td>
<span id="method">method</span>
</td><td>
`optional`
</td><td>
string
</td><td>
</td><td>
</td></tr>
<tr><td>
<span id="postdata">postData</span>
</td><td>
`optional`
</td><td>
string
</td><td>
</td><td>
</td></tr>
<tr><td>
<span id="url">url</span>
</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>