NetworkResponse
public struct NetworkResponse
Undocumented
-
Undocumented
Declaration
Swift
public let data: Data
-
Undocumented
Declaration
Swift
public let headers: [AnyHashable : Any]
-
Undocumented
Declaration
Swift
public init( data: Data, headers: [AnyHashable: Any] )