Hi I want to Implement ASIHTTP Request in my Project so how can i implement it and how it is good compare to NSURL开发者_Go百科Request?
There are extensive descriptions on ASIHTTPRequest setup and usage on project site. Read it carefully and if you still have any specific questions after that ask them.
Note that ASIHTTPRequest does not include any parsing frameworks so to parse server response you'll need another libs
http://allseeing-i.com/ASIHTTPRequest/How-to-use#downloading_the_response_directly_to_a_file
精彩评论