Classes
The following classes are available globally.
-
Responsible for creating and managing
Request
objects, as well as their underlyingNSURLSession
.Declaration
Swift
public class Manager
-
Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying
NSURLSessionTask
.Declaration
Swift
public class Request