In my iPhone app, I use ASIHTTPRequest API to make cURL based http requests. I heard that this API is not being maintained and some times it crashes the app. I need to go with some other API where I can make cURL requests to my RESTful API which gives JSON as response.
Can any one suggest me that what is best alternative to ASIHTTPRequest to use in my production app?