35f9c6d1e6
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
20 lines
193 B
Markdown
20 lines
193 B
Markdown
---
|
|
sidebar_label: HTTPResponse.url
|
|
---
|
|
|
|
# HTTPResponse.url() method
|
|
|
|
The URL of the response.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class HTTPResponse {
|
|
url(): string;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
string
|