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
|
Source: libwhisker2-perl
Section: perl
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Build-Depends: perl, debhelper (>= 5.0.0)
Standards-Version: 3.8.4
Homepage: http://www.wiretrip.net/rfp/lw.asp
Vcs-Browser: http://git.debian.org/?p=collab-maint/libwhisker2-perl.git
Vcs-Git: git://git.debian.org/git/collab-maint/libwhisker2-perl.git
Package: libwhisker2-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Recommends: libnet-ssleay-perl
Description: Perl module geared for HTTP testing
This package provides LibWhisker 2 (LW2), a flexible, portable and
self-contained Perl module implementing fast and small replacements
to the usual HTTP testing functions, as available in LWP, URI,
HTML::Parser, MIME::Base64, etc.
.
It supports:
- HTTP 0.9, 1.0, and 1.1;
- persistent connections (with keep-alives);
- proxying;
- anti-IDS features;
- SSL (through libnet-ssleay-perl);
- chunked encoding;
- basic and NTLM authentication.
|