Classes
The following classes are available globally.
-
Undocumented
See moreDeclaration
Swift
public class AnyResponseSerializer<Value> : ResponseSerializer
-
An NSOperation that executes the
See moreDownloadable
asynchronously.Declaration
Swift
public class DownloadOperation<R> : NetworkOperation<R> where R : Downloadable
-
An NSOperation base class for all request operations
See moreDeclaration
Swift
open class NetworkOperation<R> : Operation, Cancellable where R : BaseRequestable
-
An NSOperation that executes the
See moreRequestable
asynchronously.Declaration
Swift
public class RequestOperation<R> : NetworkOperation<R> where R : Requestable
-
An NSOperation that executes the
See moreUploadable
asynchronously.Declaration
Swift
public class UploadOperation<R> : NetworkOperation<R> where R : Uploadable