---
title: response
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/cachedurlresponse/response
---

# response

The URL response object associated with the instance.

## Declaration

```swift
@NSCopying var response: URLResponse { get }
```

## See Also

### Getting cached URL response properties

- [data](foundation/cachedurlresponse/data.md)
- [storagePolicy](foundation/cachedurlresponse/storagepolicy.md)
- [userInfo](foundation/cachedurlresponse/userinfo.md)
