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-parser-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
liburi-perl,
libwww-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, Ansgar Burchardt <ansgar@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/HTTP-Parser/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-parser-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-parser-perl/
Package: libhttp-parser-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
liburi-perl,
libwww-perl
Description: module for parsing HTTP requests and responses
HTTP::Parser is a Perl module for parsing HTTP requests and responses out of
streams, returning an HTTP::Request or HTTP::Response object as appropriate.
It also supports HTTP/1.1's chunked encoding.
|