Structures

The following structures are available globally.

  • A type representing the progress of a request.

    See more

    Declaration

    Swift

    public struct ProgressResponse
  • A plugin for adding basic or bearer-type authorization headers to requests. Example:

    Authorization: Basic <token>
    Authorization: Bearer <token>
    Authorization: <Сustom> <token>
    
    See more

    Declaration

    Swift

    public struct AccessTokenPlugin : PluginType