okhttp 3.8.1 发布,HTTP+SPDY 客户端开发包

栏目: Java · 发布时间: 9年前

内容简介:okhttp 3.8.1 发布,HTTP+SPDY 客户端开发包

okhttp 3.8.1 发布了。okhttp 是一个 Java 的 HTTP+SPDY 客户端开发包,同时也支持 Android。

更新内容:

  • Fix: Recover gracefully from stale coalesced connections. We had a bug where connection coalescing (introduced in OkHttp 3.7.0) and stale connection recovery could interact to cause a NoSuchElementException crash in the  RouteSelector .

下载方式:

Download the latest JAR or grab via Maven:

<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>mockwebserver</artifactId>
  <version>3.8.1</version>
  <scope>test</scope>
</dependency>

or Gradle:

testCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Cult of the Amateur

The Cult of the Amateur

Andrew Keen / Crown Business / 2007-6-5 / USD 22.95

Amateur hour has arrived, and the audience is running the show In a hard-hitting and provocative polemic, Silicon Valley insider and pundit Andrew Keen exposes the grave consequences of today’s......一起来看看 《The Cult of the Amateur》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码