OkHttpClient
now receives an OkHttpClientConfiguration
to configure the client on a per-call basis.OkHttpClient
supports setting four types of timeouts: connectTimeout
, readTimeout
, writeTimeout
, and callTimeout
, using the OkHttpClientConfiguration
.jni
0.14.0jnigen
0.14.0OKHttpClient
supports client certificates.package:web_socket
1.0.0.BaseClient
and send()
method using enqueue()
APIok_http
can now send asynchronous requests and stream response bodies.ok_http
package. Wraps around the OkHttp WebSocket API.