Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Objective-C async http request

I want to create an async http request. Where to start? Can you give me some good links to start this? I want to learn it.

like image 766
Infinite Possibilities Avatar asked Feb 19 '10 15:02

Infinite Possibilities


2 Answers

-[NSURLConnection initWithRequest:delegate:]

See Using NSURLConnection from Apple.

like image 178
kennytm Avatar answered Nov 12 '22 20:11

kennytm


http://cocoawithlove.com/2008/09/cocoa-application-driven-by-http-data.html

like image 3
Josh Freeman Avatar answered Nov 12 '22 19:11

Josh Freeman