android http 请求处理相关库 - mindpin/docs GitHub Wiki
-
http://square.github.io/okhttp/ okhttp 一个比较流行的,很多人用的库
-
https://android.googlesource.com/platform/frameworks/volley (访问需翻墙) google 官方发布的 http 请求处理库,功能比较丰富
https://github.com/stormzhang/AndroidVolley volley 的一个 sample