libhttp-message-perl 6.44-1 source package in Ubuntu

Changelog

libhttp-message-perl (6.44-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 6.44.
  * Update (build) dependencies.

 -- gregor herrmann <email address hidden>  Sun, 30 Oct 2022 14:15:57 +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
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.44-1.dsc 2.7 KiB cf545c8b45637b9ce7351d0fc824e2a6df242ecf2e87c5fc6ab076a81ab53afb
libhttp-message-perl_6.44.orig.tar.gz 92.7 KiB 398b647bf45aa972f432ec0111f6617742ba32fc773c6612d21f64ab4eacbca1
libhttp-message-perl_6.44-1.debian.tar.xz 3.5 KiB 6cc45a36977e635f9868452844669020447eda403d7667454cb0b129e13096d8

Available diffs

No changes file available.

Binary packages built by this source

libhttp-message-perl: perl interface to HTTP style messages

 The HTTP::Message distribution contains classes useful for representing the
 messages passed in HTTP style communication. These are classes representing
 requests, responses and the headers contained within them.
 .
 The HTTP::Headers class encapsulates HTTP-style message headers. The headers
 consist of attribute-value pairs also called fields, which may be repeated,
 and which are printed in a particular order. The field names are cases
 insensitive.
 .
 Instances of this class are usually created as member variables of the
 HTTP::Request and HTTP::Response classes, internal to the library.