libokhttp-java 3.9.0-1 source package in Ubuntu

Changelog

libokhttp-java (3.9.0-1) unstable; urgency=medium

  * Initial release (Closes: #878404).

 -- Markus Koschany <email address hidden>  Sat, 14 Oct 2017 14:59:47 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libokhttp-java_3.9.0-1.dsc 2.2 KiB f516e59b0837ce82d481e3cf3424a6a09c43af968ddd47ca4408f52a500506fe
libokhttp-java_3.9.0.orig.tar.xz 417.0 KiB b60d6fb5787976daf3d1d0b166b2cab78ba8f3bd4a320135d78837770541444d
libokhttp-java_3.9.0-1.debian.tar.xz 3.3 KiB 0547c3cc8eff71784eb6ba3f7166787826da2e9a50680f9a946a561b2e31cd72

No changes file available.

Binary packages built by this source

libokhttp-java: 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