1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: libhttp-message-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libencode-locale-perl,
libhttp-date-perl,
libio-html-perl,
liblwp-mediatypes-perl,
liburi-perl,
perl (>= 5.11) | libio-compress-perl,
perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-message-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-message-perl.git
Homepage: https://metacpan.org/release/HTTP-Message/
Package: libhttp-message-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libencode-locale-perl,
libhttp-date-perl,
libio-html-perl,
liblwp-mediatypes-perl,
liburi-perl,
perl (>= 5.11) | libio-compress-perl
Breaks: libwww-perl (<< 6.00)
Replaces: libwww-perl (<< 6.00)
Description: perl interface to HTTP style messages
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.
|