An open API service indexing awesome lists of open source software.

https://github.com/paulmelnikow/afnetworking-categories

Categories to tweak the interface of AFNetworking
https://github.com/paulmelnikow/afnetworking-categories

Last synced: about 1 month ago
JSON representation

Categories to tweak the interface of AFNetworking

Awesome Lists containing this project

README

        

AFNetworking-Categories
=======================

A category which extends AFHTTPClient to provide the queued operation to the caller.

Since the operation is **already queued** and may already be started, the caller should not attempt to modify it.

However, the caller may cancel the operation, wait until it's finished, or use it as a dependency for another NSOperation.