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
- Host: GitHub
- URL: https://github.com/paulmelnikow/afnetworking-categories
- Owner: paulmelnikow
- Created: 2013-05-17T16:03:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T00:21:51.000Z (almost 12 years ago)
- Last Synced: 2025-02-13T16:48:39.356Z (3 months ago)
- Language: Objective-C
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.