httpcomponents-core5 5.2.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 5.2.1.
  * Declare compliance with Debian Policy 4.6.2.

 -- Markus Koschany <email address hidden>  Mon, 23 Jan 2023 20:53:42 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core5_5.2.1-1.dsc 2.2 KiB a92e8987b5eedcd4c1259f7a99ba4749fee33c824c7d3d5a9becde9207ec05fa
httpcomponents-core5_5.2.1.orig.tar.gz 678.0 KiB 6d31732adb7d22190b4e160f5999591fa76b8f14f1d9cc9866e7431181300608
httpcomponents-core5_5.2.1-1.debian.tar.xz 3.5 KiB bce9b5efd6c6778ede3822e98baa05bcc6bc9a63e796e6fdfad15556e8db0549

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.