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 moreothercase.Declaration
Swift
public enum Header
-
Encodings of the most common HTTP methods. These are passed by the
See moreServiceto it’sHTTPAdapter.Declaration
Swift
public enum HTTPMethod
-
The enum used to represent the response from a call to the
See moreServiceand also in the implementation of aHTTPAdapterhandling HTTP requests.Declaration
Swift
public enum HTTPResult<Result>
View on GitHub
Install in Dash
Enums Reference