[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [continue](./puppeteer.httprequest.continue.md)
## HTTPRequest.continue() method
Signature:
```typescript
continue(overrides?: {
url?: string;
method?: string;
postData?: string;
headers?: Record;
}): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| overrides | { url?: string; method?: string; postData?: string; headers?: Record<string, string>; } | |
Returns:
Promise<void>