AFNetworking Enable GZIP

前端 未结 2 1131
陌清茗
陌清茗 2021-02-13 02:56

I am looking on the AFNetworking site that GZIP compression is supported \" Gzip decompression from server responses is already built into AFNetworking, as NSURLConnection will

2条回答
  •  春和景丽
    2021-02-13 03:47

    AFAIK NSURLConnection uses gzip decompresson by default and AFNetworking builds on the top of NSURLConnection. So, you shouldn't have to enable it.

提交回复
热议问题