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 Uploaders: Damyan Ivanov , Florian Schlichting 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.