发布于 2017-11-19 01:01:38 | 235 次阅读 | 评论: 0 | 来源: 网友投递
okhttp HTTP+SPDY 客户端开发包
okhttp 是一个 Java 的 HTTP+SPDY 客户端开发包,同时也支持 Android。
OkHttp 3.9.1 已发布,该版本更新内容不多,包含两个新特性和一个修复:
Version 3.9.1 2017-11-18
New: Recover gracefully when Android's DNS crashes with an unexpected NullPointerException
.
New: Recover gracefully when Android's socket connections crash with an unexpected ClassCastException
.
Fix: Don't include the URL's fragment in encodedQuery()
when the query itself is empty.
下载地址:
okhttp 是一个 Java 的 HTTP+SPDY 客户端开发包,同时也支持 Android。