---
title: url
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsurlrequest/url
---

# url

The URL being requested.

## Declaration

```swift
var url: URL? { get }
```

## See Also

### Related Documentation

- [url](foundation/nsmutableurlrequest/url.md)

### Accessing request components

- [httpMethod](foundation/nsurlrequest/httpmethod.md)
- [httpBody](foundation/nsurlrequest/httpbody.md)
- [httpBodyStream](foundation/nsurlrequest/httpbodystream.md)
- [mainDocumentURL](foundation/nsurlrequest/maindocumenturl.md)
