OkHttp
2018-01-03 本文已影响16人
晨光光
完整的封装类的地址:https://github.com/hongyangAndroid/okhttp-utils
android studio需要导入的依赖:
compile 'com.squareup.okhttp:okhttp:2.4.0'
compile 'com.squareup.okio:okio:1.5.0'
eclipse jar包下载地址 : okhttp he latest JAR
OkHttp能做什么
一般的get请求 一般的post请求 基于Http的文件上传 文件下载 加载图片
支持请求回调,直接返回对象、对象集合 支持session的保持