puppeteer/website/versioned_docs/version-19.0.0/api/puppeteer.httpresponse.url.md

20 lines
192 B
Markdown
Raw Normal View History

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