libhttp-message-perl 6.22-1 source package in Ubuntu
Changelog
libhttp-message-perl (6.22-1) unstable; urgency=medium * Team upload. [ Xavier Guimard ] * Email change: Xavier Guimard -> <email address hidden> [ Debian Janitor ] * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Submit. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). [ gregor herrmann ] * debian/watch: use uscan version 4. * Import upstream version 6.22. * Update (build) dependencies. * Declare compliance with Debian Policy 4.5.0. * Set Rules-Requires-Root: no. * Annotate test-only build dependencies with <!nocheck>. -- gregor herrmann <email address hidden> Sat, 29 Feb 2020 22:30:26 +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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhttp-message-perl_6.22-1.dsc | 2.5 KiB | 3290d1c67414b127f62fef5f9c0f16fa450ad8ab349eba12f793c283de0b51ea |
libhttp-message-perl_6.22.orig.tar.gz | 84.3 KiB | 970efd151b81c95831d2a5f9e117f8032b63a1768cd2cd3f092ad634c85175c3 |
libhttp-message-perl_6.22-1.debian.tar.xz | 3.2 KiB | cc91ee4318feaed31fdc92e7dd6d27d96df4d66540598d79b389672fa3a4a444 |
Available diffs
- diff from 6.18-1 to 6.22-1 (12.2 KiB)
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.