blob: 1a998157c49884c1185f74a8ea1430641cbbd912 [file] [log] [blame]
URL: https://github.com/square/okhttp
License: Apache 2
Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
Local patches
-------------
- Changes to libcore/util/Libcore.java to remove OpenJDK / Jetty dependencies.
- Change SpdyWriter.java to call Libcore#newDeflaterOutputStream instead
of using a hidden constructor.