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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jotam Jr. Trejo from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Tue, 14 Jun 2022 23:04:26 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-lite-perl_2.44-2.dsc 2.0 KiB d084491c931ea6484bb440835ec3aef6a06054a79ff4cb2ecd9a3f99a6bfa7e8
libhttp-lite-perl_2.44.orig.tar.gz 281.1 KiB 38e43d7911cfc14e3a38f0382b6cc7a6d559307d23b109ce73ac7d24a9b3e77c
libhttp-lite-perl_2.44-2.debian.tar.xz 2.7 KiB 280f21de66a4cfe8022c77a60cf0b6caf93b14c550ab2a65a148167cb989e865

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.