puppeteer/docs/api/puppeteer.httpresponse.url.md

20 lines
192 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: HTTPResponse.url
---
# HTTPResponse.url() method
**Signature:**
```typescript
class HTTPResponse {
url(): string;
}
```
**Returns:**
string
The URL of the response.