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