puppeteer/docs/api/puppeteer.httpresponse.url.md
2023-11-06 10:15:09 +01:00

20 lines
202 B
Markdown

---
sidebar_label: HTTPResponse.url
---
# HTTPResponse.url() method
The URL of the response.
#### Signature:
```typescript
class HTTPResponse {
abstract url(): string;
}
```
**Returns:**
string