puppeteer/website/versioned_docs/version-22.6.1/api/puppeteer.continuerequestoverrides.md
release-please[bot] bf1fd1e828
chore: release main (#12118)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-03-25 13:03:57 +00:00

107 lines
796 B
Markdown

---
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>
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>