Source: libokhttp-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Markus Koschany Build-Depends: checkstyle, debhelper-compat (= 13), default-jdk, javahelper, libanimal-sniffer-java, libbcprov-java, libokio-java (>= 1.14.0), maven-debian-helper (>= 2.1) Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/libokhttp-java.git Vcs-Browser: https://salsa.debian.org/java-team/libokhttp-java Homepage: https://github.com/square/okhttp Rules-Requires-Root: no Package: libokhttp-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: ${maven:OptionalDepends} Description: HTTP+HTTP/2 client for Android and Java applications OkHttp is an HTTP client that’s efficient by default. It supports both synchronous blocking calls and async calls with callbacks. * HTTP/2 support allows all requests to the same host to share a socket. * Connection pooling reduces request latency (if HTTP/2 isn’t available). * Transparent GZIP shrinks download sizes. * Response caching avoids the network completely for repeat requests