libhttp-lite-perl 2.44-3 source package in Ubuntu

Changelog

libhttp-lite-perl (2.44-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libhttp-lite-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 15:51:21 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-lite-perl_2.44-3.dsc 2.0 KiB bd8c1f841a0d649a6a600253ff9992963ea424392d90691506828e16b5204657
libhttp-lite-perl_2.44.orig.tar.gz 281.1 KiB 38e43d7911cfc14e3a38f0382b6cc7a6d559307d23b109ce73ac7d24a9b3e77c
libhttp-lite-perl_2.44-3.debian.tar.xz 2.7 KiB f95c65624ecbfd66a8f5cf64f32660e4c82106745eabfaee1d7cef00581b8225

Available diffs

No changes file available.

Binary packages built by this source

libhttp-lite-perl: lightweight HTTP implementation for perl

 HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
 for perl. It is not intended as a replacement for the
 fully-features LWP module. Instead, it is intended for use in
 situations where it is desirable to install the minimal number of
 modules to achieve HTTP support, or where LWP is not a good
 candidate due to CPU overhead, such as slower processors.
 HTTP::Lite is also significantly faster than LWP
 .
 HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling
 for redistribution with larger packages where only HTTP GET and
 POST functionality are necessary.
 .
 HTTP::Lite supports basic POST and GET operations only. As of
 0.2.1, HTTP::Lite supports HTTP/1.1 and is compliant with the Host
 header, necessary for name based virtual hosting. Additionally,
 HTTP::Lite now supports Proxies.
 .
 As of 2.0.0 HTTP::Lite now supports a callback to allow processing
 of request data as it arrives. This is useful for handling very
 large files without consuming memory.