Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasf/tfurlconnection
Block-based wrapper for NSURLConnection.
https://github.com/tomasf/tfurlconnection
Last synced: 7 days ago
JSON representation
Block-based wrapper for NSURLConnection.
- Host: GitHub
- URL: https://github.com/tomasf/tfurlconnection
- Owner: tomasf
- Created: 2011-06-14T01:29:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-02T15:29:22.000Z (about 13 years ago)
- Last Synced: 2023-04-12T04:03:39.389Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 113 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
TFURLConnection is a block-based wrapper for NSURLConnection. You can set a class to be used for output, such as NSString. TFURLConnection transforms data into this type by using -initWithData:, -initWithData:encoding: or +TFUC_objectWithData:response: (which you can implement yourself to add support for other classes).