Why should I prefer ASIHTTPRequest over NSURLConnection for downloading files from the web?

后端 未结 4 512
北荒
北荒 2020-12-29 07:18

I\'ve seen a couple of times people using ASIHTTPRequest to download files. Now I wonder why? What are the core benefits over NSURLConnection?

4条回答
  •  独厮守ぢ
    2020-12-29 08:10

    ASIHTTPRequest's strength points are IMHO:

    • easy to use
    • file posting
    • built-in authentication
    • built-in zlib compression
    • queing

提交回复
热议问题