libhttp-message-perl 6.46-1ubuntu1 source package in Ubuntu

Changelog

libhttp-message-perl (6.46-1ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/control: Drop libio-compress-brotli-perl to Suggests avoiding MIR
      (LP #2024474)

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

  * Team upload.
  * Import upstream version 6.46.
  * Declare compliance with Debian Policy 4.7.0.

 -- Lukas Märdian <email address hidden>  Tue, 16 Jul 2024 11:40:49 +0200

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.46.orig.tar.gz 93.0 KiB e27443434150d2d1259bb1e5c964429f61559b0ae34b5713090481994936e2a5
libhttp-message-perl_6.46-1ubuntu1.debian.tar.xz 3.8 KiB 3f2e36db15a9e8cafea6989b2d9b984c2c8725216ddf272a64d335ff35c73fa0
libhttp-message-perl_6.46-1ubuntu1.dsc 2.6 KiB d2ef4ac4ecfc05f3bac56247c816f9acc8af837eec9839cadd9b368c1580a03e

Available diffs

View changes file

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.