views:

150

answers:

2

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.

+3  A: 
-[NSURLConnection initWithRequest:delegate:]

See Using NSURLConnection from Apple.

KennyTM
+1  A: 

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

tedge
For you, also thanks the answer. I think, this answer is good if you want to create games.
Infinity