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

Changelog

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

  * Team upload.
  * Import upstream version 6.33.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Sat, 04 Sep 2021 16:46:15 +0200

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.33-1.dsc 2.6 KiB d3041fcc6ea4e63f21d03c2e7dc4809a3b6ea5d5cfc7085f522af81dd3f86c5f
libhttp-message-perl_6.33.orig.tar.gz 87.2 KiB 23b967f71b852cb209ec92a1af6bac89a141dff1650d69824d29a345c1eceef7
libhttp-message-perl_6.33-1.debian.tar.xz 3.3 KiB 42e6a21d87262ba746a02051d2e02b9602182412d7b9af7da83e0e3c0326854f

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.