Structures
The following structures are available globally.
-
A type representing the progress of a request.
See moreDeclaration
Swift
public struct ProgressResponse
-
Represents
See moremultipart/form-data
for an upload.Declaration
Swift
public struct MultipartFormData
-
A plugin for adding basic or bearer-type authorization headers to requests. Example:
See moreAuthorization: Basic <token> Authorization: Bearer <token> Authorization: <Сustom> <token>
Declaration
Swift
public struct AccessTokenPlugin : PluginType