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