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

Changelog

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

  [ Xavier Guimard ]
  * Declare compliance with policy 4.1.4
  * Import upstream version 6.18

  [ gregor herrmann ]
  * Install new CONTRIBUTING.md document.

 -- Xavier Guimard <email address hidden>  Wed, 06 Jun 2018 06:20:54 +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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.18-1.dsc 2.3 KiB b1e4ca24b39535645b4c77b7c2067433dbfcb1d5bc36f8995c37579763813485
libhttp-message-perl_6.18.orig.tar.gz 79.5 KiB d060d170d388b694c58c14f4d13ed908a2807f0e581146cef45726641d809112
libhttp-message-perl_6.18-1.debian.tar.xz 3.0 KiB 1390e2b72bc2c90dec02c8dae10950f5e468a51eb8f18ebc9690f409beaf45c8

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.