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-recorder-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libhtml-parser-perl,
libhttp-proxy-perl,
libhttp-request-params-perl,
liburi-perl,
libwww-perl,
libcgi-pm-perl,
libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Florian Schlichting <fsfs@debian.org>
Homepage: http://www.bitmistress.org/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-recorder-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-recorder-perl.git
Standards-Version: 3.9.4
Testsuite: autopkgtest-pkg-perl
Package: libhttp-recorder-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libhtml-parser-perl,
libhttp-proxy-perl,
libhttp-request-params-perl,
liburi-perl,
libcgi-pm-perl,
libwww-perl
Suggests: libwww-mechanize-perl
Description: Perl module to record interaction with websites
HTTP::Recorder allows your Perl program to record the interaction with
websites (SSL and non-SSL). It acts as a proxy agent for HTTP::Proxy,
rewriting HTTP requests and responses while recording the interaction in a
script suitable for WWW::Mechanize. If a JavaScript-enabled browser is being
used, the script can be examined and modified as it is being recorded.
.
Since version 0.06, libhttp-recorder-perl includes a script httprecorder to
quickly set up a proxy and start recording traffic.
|