commit | 5f7fde35d881e7e9f8850daeac4de52265635656 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Jan 14 11:13:15 2013 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 14 11:13:16 2013 -0800 |
tree | 43f315e962b8a70d081fea0644c3770dbb5104fd | |
parent | abe10a6415358d66bb0d1ac3145c8909a327a54d [diff] | |
parent | 2231db3e6bb54447a9b14cf004a6cb03c373651c [diff] |
Merge "Upgrade to the latest OkHttp."
An HTTP+SPDY client for Android and Java applications.
Downloadable .jars can be found on the GitHub download page.
You can also depend on the .jar through Maven:
<dependency> <groupId>com.squareup</groupId> <artifactId>okhttp</artifactId> <version>(insert latest version)</version> </dependency>
The SPDY implementation is incomplete:
RST
frame.OkHttp uses the platform‘s ProxySelector. Prior to Android 4.0, ProxySelector
didn’t honor the proxyHost
and proxyPort
system properties for HTTPS connections. Work around this by specifying the https.proxyHost
and https.proxyPort
system properties when using a proxy with HTTPS.
OkHttp's test suite creates an in-process HTTPS server. Prior to Android 2.3, SSL server sockets were broken, and so HTTPS tests will time out when run on such devices.
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.