Classes
The following classes are available globally.
-
A common interface for handlers that handles HTTP responses.
See moreDeclaration
Swift
public class Handler<T>
-
A handler that returns the raw data.
Declaration
Swift
public class DataHandler : Handler<Data>
-
A handler that coverts JSON response into a dictionary.
Declaration
Swift
public class JsonDictionaryHandler : Handler<[AnyHashable : Any]>