commit | fa793cdeeec896ccdf3a08c9eb5c0df2e9eb7011 | [log] [tgz] |
---|---|---|
author | Chad Brubaker <cbrubaker@google.com> | Fri Sep 16 18:10:28 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 16 18:10:28 2016 +0000 |
tree | 09dd8cabdb0dc3fc87e4fe4d7640b2f2e96fa72f | |
parent | 0f30ba6ca3adfb1347b1077b1ba0a56c87407e0c [diff] | |
parent | 17389bd3c1f15b4264c604fe72819d8b22bc7c5c [diff] |
Merge "Avoid using RC4 ciphers in tests" am: 690d6e24f8 am: 17389bd3c1 Change-Id: I2f30e82dffabdc307ff60e2065ce113f289bb956
An HTTP & SPDY client for Android and Java applications. For more information see the website and the wiki.
Download the latest JAR or grab via Maven:
<dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp</artifactId> <version>2.6.0</version> </dependency>
or Gradle:
compile 'com.squareup.okhttp:okhttp:2.6.0'
Snapshots of the development version are available in Sonatype's snapshots
repository.
A library for testing HTTP, HTTPS, HTTP/2.0, and SPDY clients.
MockWebServer coupling with OkHttp is essential for proper testing of SPDY and HTTP/2.0 so that code can be shared.
Download the latest JAR or grab via Maven:
<dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>mockwebserver</artifactId> <version>2.6.0</version> <scope>test</scope> </dependency>
or Gradle:
testCompile 'com.squareup.okhttp:mockwebserver:2.6.0'
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.