android http 请求处理相关库 - mindpin/docs GitHub Wiki

  1. http://square.github.io/okhttp/ okhttp 一个比较流行的,很多人用的库

  2. https://android.googlesource.com/platform/frameworks/volley (访问需翻墙) google 官方发布的 http 请求处理库,功能比较丰富

    https://github.com/stormzhang/AndroidVolley volley 的一个 sample

  3. http://square.github.io/retrofit/

  4. http://loopj.com/android-async-http/