1URL: https://github.com/square/okhttp
2License: Apache 2
3Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
4
5Local patches
6-------------
7
8- Addition of classes in android/ :
9  - com.squareup.okhttp.internal.Platform - to replace the Platform class that
10    comes with okhttp. No use of reflection.
11  - com.squareup.okhttp.Http(s)Handler - integration with Android's corelibs.
12  - Removal of reference to a codehause annotation used in
13    okio/src/main/java/okio/DeflaterSink.java
14