libhttp-lite-perl 2.4-1 source package in Ubuntu

Changelog

libhttp-lite-perl (2.4-1) unstable; urgency=low


  * Team upload.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Nuno Carvalho ]
  * d/control: Update Standards-Version to 3.9.3.
  * d/copyright: Update format and field names.
  * New upstream release.

 -- Nuno Carvalho <email address hidden>  Tue, 07 Aug 2012 20:56:38 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhttp-lite-perl_2.4-1.dsc 2.0 KiB 9734037925bd694dbbd82b61a44167834c80fd73e8ba2af0904d4596b1f303da
libhttp-lite-perl_2.4.orig.tar.gz 299.0 KiB 66f4fc0f93eeb42c09737f83b21de1944212ae9b2acb784d5103e8208491477b
libhttp-lite-perl_2.4-1.debian.tar.gz 1.9 KiB 6d1b520993a9cd6e6e0aae1d45c9bb0cb249e1c3838ba6a02f408d6f10e01ed4

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.