开发者

Objective-C async http request

开发者 https://www.devze.com 2022-12-20 21:15 出处:网络
I want to create an async http request. Where to start? Can you give me some good links to start t开发者_如何学Gohis? I want to learn it.-[NSURLConnection initWithRequest:delegate:]

I want to create an async http request. Where to start? Can you give me some good links to start t开发者_如何学Gohis? I want to learn it.


-[NSURLConnection initWithRequest:delegate:]

See Using NSURLConnection from Apple.


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


You can use third party SDK like ASIHTTPRequest . It is very simple to use and come with some delegate methods. This is how you can use it. It is really useful as it provide a lot of features.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号