libokhttp-java 3.13.1-4 source package in Ubuntu

Changelog

libokhttp-java (3.13.1-4) unstable; urgency=medium

  * Team upload
  * Building the logging-interceptor artifact, which is needed by other
    projects
  * Fixing the clean target (Closes: #1048295)
  * Raising Standards version to 4.6.2:
    - Setting Rules-Requires-Root: no
  * Fixing d/watch, raising its version to 4
  * Marking the patches as Forwarded: not-needed

 -- Pierre Gruet <email address hidden>  Tue, 24 Oct 2023 23:05:35 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libokhttp-java_3.13.1-4.dsc 2.1 KiB e224bbc73b8be7c683f4407d75db92b91ef9f09dc2b9343c11a404c95838d231
libokhttp-java_3.13.1.orig.tar.xz 456.8 KiB d9689d25e6f910eed426a8326c7695ea3212e5a9c4a6cf1ff20f6541c14e1d09
libokhttp-java_3.13.1-4.debian.tar.xz 8.8 KiB 90d688d20c0c6be1ca40c2d824400a825bfe5be3e24f35d8ef5cbb8b040a19df

Available diffs

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