blob: 05c6114165aa50e6890139d3bb211e590c3786a9 [file] [log] [blame]
Narayan Kamathc3f6f162012-08-09 11:57:05 +01001URL: https://github.com/square/okhttp
2License: Apache 2
3Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
4
Narayan Kamath153d0952012-08-09 13:14:26 +01005Local patches
6-------------
Narayan Kamath153d0952012-08-09 13:14:26 +01007
Neil Fuller3c938a32014-02-19 09:40:26 +00008- 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