ios网络学习之NSURLSession
网络开发的整体包括:
支持的协议 如http
授权和证书
cookie存储
配置管理,如http headers的配置信息
NSURLSession
主要属性
@property (readonly, retain) NSOperationQueue *delegateQueue;
@property (nullable, readonly, retain) id <NSURLSessionDelegate> delegate;
@property (readonly, copy) NSUR
原创
2020-07-31 20:21:07 ·
255 阅读 ·
0 评论