Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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