From fcf3264d4d35a97990881e1f0918be284168077a Mon Sep 17 00:00:00 2001 From: jwilson Date: Tue, 7 May 2013 01:13:17 -0400 Subject: [PATCH] Link to the new OkHttp website. --- README.md | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e7210539a..e206f237e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ OkHttp ====== -An HTTP+SPDY client for Android and Java applications. +An HTTP & SPDY client for Android and Java applications. + +For more information please see [the website][1]. + Download -------- -Download [the latest JAR][1] or grab via Maven: +Download [the latest JAR][2] or grab via Maven: ```xml @@ -18,18 +21,6 @@ Download [the latest JAR][1] or grab via Maven: ``` -Known Issues ------------- - -OkHttp uses the platform's [ProxySelector][2]. 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. - - Building -------- @@ -44,6 +35,9 @@ mvn clean test ### On a Device +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. + Test on a USB-attached Android using [Vogar][4]. Unfortunately `dx` requires that you build with Java 6, otherwise the test class will be silently omitted from the `.dex` file. @@ -76,7 +70,7 @@ License - [1]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.squareup.okhttp&a=okhttp&v=LATEST - [2]: http://developer.android.com/reference/java/net/ProxySelector.html + [1]: http://square.github.io/okhttp + [2]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.squareup.okhttp&a=okhttp&v=LATEST [3]: http://wiki.eclipse.org/Jetty/Feature/NPN [4]: https://code.google.com/p/vogar/