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

ASIHTTPRequest response couldn't get their object values. #391

Open rajucse3040 opened 10 years ago

rajucse3040 commented 10 years ago

i'm working with a arc project and we are using the non-arc ASIHTTPRequest classes in my project. After a successful API call , we couldn't get the values from request.responseString. But we are getting from the request.responseStatusMessage and code correctly.

JeansHuang commented 10 years ago

You can use AFNetworking.It's easier to use than ASI.