Hi guys, I am just wondering if anyone can think of any significant differences between Titanium's HTTPClient and iOS's NSURLRequest for consuming JSON apis. As far as I know, both are asynchronous. Is the speed similar? Is HTTPClient easier to use? Why? Why might one prefer one over another? Thanks!
1 Answer
my suggestion would be to take a look at the source code
https://github.com/appcelerator/titanium_mobile/tree/master/iphone/Classes/ASI
Your Answer
Think you can help? Login to answer this question!