---
sidebar_label: ContinueRequestOverrides
---

# ContinueRequestOverrides interface

#### Signature:

```typescript
export interface ContinueRequestOverrides
```

## Properties

| Property                                                      | Modifiers | Type                         | Description                                                               | Default |
| ------------------------------------------------------------- | --------- | ---------------------------- | ------------------------------------------------------------------------- | ------- |
| [headers?](./puppeteer.continuerequestoverrides.headers.md)   |           | Record<string, string> | _(Optional)_                                                              |         |
| [method?](./puppeteer.continuerequestoverrides.method.md)     |           | string                       | _(Optional)_                                                              |         |
| [postData?](./puppeteer.continuerequestoverrides.postdata.md) |           | string                       | _(Optional)_                                                              |         |
| [url?](./puppeteer.continuerequestoverrides.url.md)           |           | string                       | _(Optional)_ If set, the request URL will change. This is not a redirect. |         |