pokeb / asi-http-request

Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone
http://allseeing-i.com/ASIHTTPRequest
Other
5.78k stars 1.41k forks source link

Is ASIHttpRequest really dead? #368

Closed lono175 closed 11 years ago

lono175 commented 11 years ago

Some people say that ASIHttpRequest is no longer maintained. I wonder if it is true or not? If it is true, are there any forks which are actively maintained?

carsonreinke commented 11 years ago

:skull:

jogu commented 11 years ago

It's probably about 50%-ish maintained.

A couple of people (myself included) have write access to the main repository, and will merge in anything that is "obviously" correct or multiple people have confirmed is okay, but that's about it.

Anyone building new apps using ASIHTTPRequest is probably crazy - I can't think of any good reason to do so.

However it does appear that it will work fine on iOS 7 and for the foreseeable future, so there's no need to panic if someone has an existing app that uses ASIHTTPRequest. I've no apps left that use asihttprequest though.

lono175 commented 11 years ago

That's too bad :( Do you know any good alternatives?

jogu commented 11 years ago

Raw NSURLConnection is okay these days for many things, but AFNetworking can be the best option.

There's also RESTkit and a few others that are more domain specific.