1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libhttp-headers-actionpack-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-headers-actionpack-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-headers-actionpack-perl.git
Homepage: https://metacpan.org/pod/HTTP::Headers::ActionPack
Package: libhttp-headers-actionpack-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Description: HTTP Action, Adventure and Excitement
HTTP::Headers::ActionPack is a module to handle the inflation and
deflation of complex HTTP header types. In many cases header values are
simple strings, but in some cases they are complex values with a lot of
information encoded in them. The goal of this module is to make the
parsing and analysis of these headers as easy as calling inflate on a
compatible object.
|