문제

Today, I am search libraries for handling iOS http request. I got a library named ASIHttpRequest. But when i look up it's Document. BUT! I found the first line of the website "Please note that I am no longer working on this library - you may want to consider using something else for new projects. :)" with the blue background! And I found the words "Last updated: 15th May 2011 (v1.8.1)". Can I still use ASIHttpRequest library in my new project? Is there other something better?

올바른 솔루션이 없습니다

다른 팁

That's right ASIHTTPRequest is no longer maintained.

I consider AFNetworking to be the best HTTP library for iOS. It's documentation is really good and you should be able to get up and running very easily.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top