源地址:http://fann.im/blog/2012/11/06/ios-url-loading-system/
iOS 整个网络请求系统分为这几部分:
- URL Loading:
- NSURLRequest / NSMutableURLRequest
- NSURLResponse / NSHTTPURLResponse
- NSURLConnection
- Cache Management
- NSURLCache
- NSCachedURLResponse
- Authentication and Credentials
- NSURLCredential
- NSURLCredentialStorage
- NSURLAuthenticationChallenge
- NSURLAuthenticationChallengeSender
- NSURLProtectionSpace
- Cookie Storage
- NSHTTPCookie
- NSHTTPCookieStorage
- Protocol Support
- NSURLProtocol
- NSURLProtocolClient
参考 URL Loading System Overview.
时间: 2024-11-09 04:11:40