Type Aliases
The following type aliases are available globally.
-
A dictionary of parameters to apply to a
URLRequest
.Declaration
Swift
public typealias Parameters = [String : Any]
-
Undocumented
Declaration
Swift
public typealias RetryHandler = (Request, Session, Error, _ completion: (RetryResult) -> Void) -> Void