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