Skip to main content

AFNetworking

AFNetworking

AFURLSessionManager creates and manages an NSURLSession object based on a specified NSURLSessionConfiguration object.

AFHTTPSessionManager is a subclass of AFURLSessionManager with convenience methods for making HTTP requests (by baseURL and relative paths).

HTTP request methods

Create and resume a task:

Data task did completed: