SimpleHttpClient
SimpleHttpClient copied to clipboard
The Simple Http Client is a library for the Objective-C. It uses NSOperation and NSURLConnection.
Simple Http Client
The Simple Http Client is a library for the Objective-C. It uses NSOperation, NSURLConnection, BSJSONAdditions and KissXML.
Requirements
Building from Source
% cd /path/to
% git clone git://github.com/cooldaemon/SimpleHttpClient.git SimpleHttpClient
% cd ./SimpleHttpClient
% git submodule init
% git submodule update
% cd test
% make