PPNetworkHelper icon indicating copy to clipboard operation
PPNetworkHelper copied to clipboard

AFNetworking 3.x 与YYCache封装

Results 34 PPNetworkHelper issues
Sort by recently updated
recently updated
newest added

[url stringByAddingPercentEncodingWithAllowedCharacters: [NSCharacterSet URLQueryAllowedCharacterSet]];

缓存加载机制:若未要求强制使用网络,则去加载缓存,若缓存未过期,则返回缓存,不再请求网络。若缓存过期,或无缓存,则请求网络,返回网络数据。

当post/get请求中parameters参数过多,并转为string与URL拼接作为cacheKey,无法正常存取。demo中parameters为nil,存取正常。

一次性判断网络的方法不好用,不能实时监听