ResponseState
public protocol ResponseState
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Body : ResponseBody -
Undocumented
Declaration
Swift
var state: BaseState? { get } -
Undocumented
Declaration
Swift
init(state: BaseState) -
Undocumented
Declaration
Swift
init(response: (HTTPURLResponse, Body?))
View on GitHub
ResponseState Protocol Reference