response
The server’s response to the currently active request.
Declaration
@NSCopying var response: URLResponse? { get }Mentioned in
Discussion
This object provides information about the request as provided by the server. This information always includes the original URL. It may also include an expected length, MIME type information, encoding information, a suggested filename, or a combination of these.