Type Aliases
The following type aliases are available globally.
-
Alias for URL query or URL encoded parameter dictionary.
Declaration
Swift
public typealias HTTPParameters = [String : String] -
Alias for HTTP header dictionary.CustomStringConvertible
Declaration
Swift
public typealias HTTPHeaders = [String : String]
-
Typealias combining request and response API endpoint. For describing JSON request which both sends and expects JSON model from the server.
Declaration
Swift
public typealias APIRequestResponseEndpoint = APIRequestEndpoint & APIResponseEndpoint
View on GitHub
Type Aliases Reference