HTTPResponseCompatible
protocol HTTPResponseCompatible : CustomStringConvertible
Undocumented
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public var data: Data { get set }