Enums
The following enums are available globally.
-
The response from a call to a
See moreHTTPAdapter
. The cases encode the various possible states of the request.Declaration
Swift
public enum AdapterResponse
-
Defines headers as an enum. Defines the canonical set of headers. Custom headers can be encoded using the
See moreother
case.Declaration
Swift
public enum Header
-
Encodings of the most common HTTP methods. These are passed by the
See moreService
to it’sHTTPAdapter
.Declaration
Swift
public enum HTTPMethod
-
The enum used to represent the response from a call to the
See moreService
and also in the implementation of aHTTPAdapter
handling HTTP requests.Declaration
Swift
public enum HTTPResult<Result>