---
title: response
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avassetresourceloadingrequest/response
---

# response

The URL response for the loading request.

## Declaration

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

## Discussion

Discussion The value of this property is an instance of URLResponse, indicating a response to the loading request. If no response is needed, the value of this property is nil.

## See Also

### Reporting the result of the request

- [finishLoading()](avfoundation/avassetresourceloadingrequest/finishloading().md)
- [isCancelled](avfoundation/avassetresourceloadingrequest/iscancelled.md)
- [finishLoading(with:)](avfoundation/avassetresourceloadingrequest/finishloading(with:).md)
- [isFinished](avfoundation/avassetresourceloadingrequest/isfinished.md)
- [finishLoading(with:data:redirect:)](avfoundation/avassetresourceloadingrequest/finishloading(with:data:redirect:).md)
