Spring Cloud auto-configuration of Retrofit and OkHttp (with Spring Cloud LoadBalancer).
一个Android和后端通信的demo,Client使用OkHttpClient,Server使用python flask
Use OkHttpClient Like android-async-http
OkHttpClient Compat (Fix OpenSSL Handshake on PreLollipop OS)
Gander is a simple in-app HTTP inspector for Android OkHttp clients. Gander intercepts and persists all HTTP requests and responses inside your application, and provides a UI for inspecting their cont...
翻译 - Gander是适用于Android OkHttp客户端的简单应用内HTTP检查器。 Gander在应用程序内部拦截并保留所有HTTP请求和响应,并提供用于检查其内容的UI。
OpenTracing Okhttp client instrumentation
#安卓#🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
翻译 - Complete一个完整的快速Android网络库,还支持HTTP / 2🚀
RxAndroid + OkHttpClient的最佳实践,采用MVP结构。
🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)
翻译 - Android适用于Android和OkHTTP的HTTP检查器(类似于Charles,但在设备上)-Chucker比Chuck多
API call example using Retrofit and RxJava2
1. OkHttpClient基本参数配置介绍 2. 普通GET请求(同步/异步) 3. 普通POST请求(同步/异步) 4. 根据tag取消请求 5. POST请求提交String 6. POST请求提交流 7. POST请求提交JSON(实体转JSON) 8. POST请求提交普通Form表单 9. POST请求提交混合Form表单(文本参数+文件) 10. POST请求提交单/多文件(带进度...