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: about 1 year ago
JSON representation

Block-based wrapper for NSURLConnection.

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).