okhttp 一般的get请求;一般的post请求;基于Http的文件上传;文件下载;加载图片
使用前,对于Android Studio的用户,可以选择添加:
compile 'com.squareup.okhttp:okhttp:2.4.0'
compile 'com.squareup.okio:okio:1.5.0'
Eclipse的用户,可以下载最新的jar:
https://search.maven.org/remote_content?g=com.squareup.okhttp&a=okhttp&v=LATEST
https://search.maven.org/remote_content?g=com.squareup.okio&a=okio&v=LATEST
本程序参考http://blog.csdn.net/lmj623565791/article/details/47911083 工具类用到的也是该篇博主的管理工具类