Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASIHTTPRequest alternative

I am using currently ASIHTTPRequest for communicating with the server, however it's causing crashes. The bug is known for a long time, but is still an issue.

Therefore: Are there good alternatives to ASIHTTPRequest? I am flexible on the server side, i could also use sockets or using something else. What would you recommenend for server client communication?

like image 573
Pascalius Avatar asked May 05 '11 11:05

Pascalius


1 Answers

Here is the link to the topic where the author is giving some ASIHTTPRequest alternatives.

List of them with links from topic:

  1. AFNetworking
  2. LRResty
  3. RestKit
  4. AWS SDK for iOS
  5. ShareKit
  6. NSURLRequest/NSURLConnection
like image 107
Nazir Avatar answered Sep 28 '22 02:09

Nazir