blob: 0a1b91b162648ddbdea8fd9061a1e747f9df3070 [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 Fullere78f1172015-01-20 09:39:41 +00008Addition of classes in android/ :
Neil Fuller3c938a32014-02-19 09:40:26 +00009 - 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.
Neil Fullere78f1172015-01-20 09:39:41 +000012 - com.squareup.okhttp.ConfigAwareConnectionPool - support for a
13 ConnectionPool that listens for network configuration changes.
14 - com.squareup.okhttp.internal.Version - a hard-crafted version of
15 okhttp/src/main/java-templates/com/squareup/okhttp/internal/Version.java
16 for Android.
17
18All source changes (besides imports) marked with ANDROID-BEGIN and ANDROID-END:
19 - Commenting of code that references APIs not present on Android.
20
21okio/ contains a snapshot of the Okio project. See okio/README.android for
22details.