1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libokhttp-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
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
|