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
|
Source: libperlbal-xs-httpheaders-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Steinert <deb@hachi.kuiki.net>
Build-Depends: debhelper (>= 9.20120312), libperlbal-perl,
perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperlbal-xs-httpheaders-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libperlbal-xs-httpheaders-perl.git
Homepage: http://search.cpan.org/dist/Perlbal-XS-HTTPHeaders/
Package: libperlbal-xs-httpheaders-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libperlbal-perl
Description: Perlbal extension for processing HTTP headers faster
Perlbal::XS::HTTPHeaders is used to read HTTP headers from a string and to
parse them into an internal storage format for easy access and modification.
You can also ask the module to reconstitute the headers into one big string,
useful if you're writing a proxy and need to read and write headers while
maintaining the ability to modify individual parts of the whole.
.
The goal is to be fast. This is a lot faster than doing all of the text
processing in Perl directly, and a lot of the flexibility of Perl is
maintained by implementing the library in Perl and descending from
Perlbal::HTTPHeaders.
|