Classes
The following classes are available globally.
-
Undocumented
See moreDeclaration
Swift
public class AnyResponseSerializer<Value> : ResponseSerializer -
An NSOperation that executes the
See moreDownloadableasynchronously.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 moreRequestableasynchronously.Declaration
Swift
public class RequestOperation<R> : NetworkOperation<R> where R : Requestable -
An NSOperation that executes the
See moreUploadableasynchronously.Declaration
Swift
public class UploadOperation<R> : NetworkOperation<R> where R : Uploadable
Classes Reference