Response
public struct Response : Codable
The Response wrapps the URLResponse and the data received from the server.
-
The
Datareceived for a request.Declaration
Swift
public var data: Data? -
The
URLResponsefor a request.Declaration
Swift
public var urlResponse: URLResponse { get set }
View on GitHub
Response Structure Reference