码迷,mamicode.com
首页 > 移动开发 > 详细

iOS常用网络库收集

时间:2015-06-29 21:45:31      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:

一 ASIHttpRequest
二 AFNetworking

三 AFDownloadRequestOperation
A progressive download operation for AFNetworking.

四 MKNetworkKit

Github地址:https://github.com/MugunthKumar/MKNetworkKit
介绍文章:http://www.cnblogs.com/scorpiozj/p/3222803.html

License:MIT License
主要特性:
超轻量级
整个应用共享单一队列
正确的显示网络连接的标志
Auto queue sizing 自动队列大小
Auto caching 自动缓存
Operation freezing 操作冻结
Image Caching 图片缓存
Performance 性能
Full support for Objective-C ARC 全面支持Ojbective-C ARC

五 RestKit
https://github.com/RestKit/RestKit

RestKit is a modern Objective-C framework for implementing RESTful web services clients on iOS and Mac OS X. It provides a powerful object mapping engine that seamlessly integrates with Core Data and a simple set of networking primitives for mapping HTTP requests and responses built on top of AFNetworking.

六 LRResty
https://github.com/lukeredpath/LRResty

七 YTKNetwork

YTKNetwork 是猿题库 iOS 研发团队基于 AFNetworking 封装的 iOS 网络库,其实现了一套 High Level 的 API,提供了更高层次的网络访问抽象。
https://github.com/yuantiku/YTKNetwork

八 Alamofire

AFNetworking 的作者Mattt Thompson提交了一个新的类似于 AFNetworking 的网络 基础库,并且是专门使用最新的 Swift 语言来编写的,名为:Alamofire
AFNetwork 的前缀 AF 是 Alamofire 的缩写
https://github.com/Alamofire/Alamofire
http://www.cocoachina.com/ios/20141202/10390.html

九 Foursquare iOS网络库

FSNetworking
https://github.com/foursquare/FSNetworking

十 STHTTPRequest
https://github.com/nst/STHTTPRequest

十一 SVHTTPRequest
https://github.com/TransitApp/SVHTTPRequest

 

相关介绍待续。。。。。

iOS常用网络库收集

标签:

原文地址:http://www.cnblogs.com/agger0207/p/4608353.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!