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

Changelog

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

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 02 Jan 2021 00:47:40 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-lite-perl_2.44-1.1.dsc 2.1 KiB 3c3c3f528ef21adfb8745b897ed9b174b18d299834e3f306e59b54870ebd979c
libhttp-lite-perl_2.44.orig.tar.gz 281.1 KiB 38e43d7911cfc14e3a38f0382b6cc7a6d559307d23b109ce73ac7d24a9b3e77c
libhttp-lite-perl_2.44-1.1.debian.tar.xz 2.4 KiB 4208c0e003647dcd81e078593aea933341866987547c35eb0018fee497777d9e

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.