略
OkHttp3的使用
导入开源库
1 | compile 'com.squareup.okhttp3:okhttp:3.6.0' |
简单的使用
GET方式
1 | OkHttpClient client = new OkHttpClient(); |
POST方式
1 | public static final MediaType JSON |
略
1 | compile 'com.squareup.okhttp3:okhttp:3.6.0' |
1 | OkHttpClient client = new OkHttpClient(); |
1 | public static final MediaType JSON |