Enumerations

The following enumerations are available globally.

  • The url scheme that will be used in an environment.

    See more

    Declaration

    Swift

    public enum URLScheme : String
  • The body type of the request

    See more

    Declaration

    Swift

    public enum RequestBodyType : Equatable
  • Enum to specify multipart/form-data parameters that can be used in upload tasks.

    See more

    Declaration

    Swift

    public enum MultipartFormDataPartType
  • URL path representation based on String components.

    See more

    Declaration

    Swift

    public enum Path
  • This will be used in interceptor callback as an action to inteceptors chain.

    See more

    Declaration

    Swift

    public enum InterceptionAction
  • Type that specifies the behavior of the queue when a request fails

    See more

    Declaration

    Swift

    public enum QueueFailureMode
  • Reachability State Type

    See more

    Declaration

    Swift

    public enum ReachabilityState

Enums