httpcomponents-core5 5.1.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 5.1.2.

 -- Markus Koschany <email address hidden>  Mon, 18 Oct 2021 16:30:38 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core5_5.1.2-1.dsc 2.3 KiB 3224d2dbfe1d33783d212b8a6619dcf2ca3fb45646ca23db67e79a97333b7a07
httpcomponents-core5_5.1.2.orig.tar.gz 656.0 KiB 21dbf9bd8441e2c2196795f6f9dcd9097a3a12aaca380e605d2035f4bf08b28a
httpcomponents-core5_5.1.2-1.debian.tar.xz 11.9 KiB caeed6ff71b7730ad6991198eeb8626b22c2446aa6039176b92ceebc3c154321

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.