Contents

response

The URL response for the loading request.

Declaration

@NSCopying var response: URLResponse? { get set }

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