httpcomponents-core5 5.1.4-1 source package in Ubuntu

Changelog

httpcomponents-core5 (5.1.4-1) unstable; urgency=medium

  * New upstream version 5.1.4.
  * Declare compliance with Debian Policy 4.6.1.

 -- Markus Koschany <email address hidden>  Sat, 06 Aug 2022 14:22: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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core5_5.1.4-1.dsc 2.3 KiB 0ce155f51fbfa4c970f998e16513c05792332954763e0c7eae6637981e4f1579
httpcomponents-core5_5.1.4.orig.tar.gz 657.1 KiB 0bc5ef5e131b63df60763a32944d06f791c915ccefc1ab941804405b046eadd2
httpcomponents-core5_5.1.4-1.debian.tar.xz 12.0 KiB 22ca3bdf697c5efd969e345daae38fa09ad966bc69eac046a535775cb053b662

Available diffs

No changes file available.

Binary packages built by this source

libhttpcore5-java: set of low level HTTP transport components for Java

 HttpCore is a set of low level HTTP transport components that can be used to
 build custom client and server side HTTP services with a minimal footprint.
 HttpCore supports two I/O models:
 .
  * blocking I/O model, based on the classic Java I/O;
  * non-blocking, event driven I/O model based on Java NIO.
 .
 The blocking I/O model may be more appropriate for data intensive, low latency
 scenarios, whereas the non-blocking model may be more appropriate for high
 latency scenarios where raw data throughput is less important than the ability
 to handle thousands of simultaneous HTTP connections in a resource efficient
 manner.
 .
 This package contains the 5.x series of httpcomponents-core.