NAME
HTTP::Recorder - record interaction with websites
VERSION
Version 0.01
SYNOPSIS
Set HTTP::Recorder as the user agent for a proxy, and it rewrites HTTP responses so that additional requests can be recorded.
Use it like this:
my $proxy = HTTP::Proxy->new;
# set HTTP::Recorder as the agent
my $agent = HTTP::Recorder->new( file => "/tmp/tmpfile" );
$proxy->agent( $agent );
$proxy->start();
Functions
new
Creates and returns a new HTTP::Recorder object, referred to as the 'agent'.
Author
Copyright 2003 by Linda Julien <leira@cpan.org>
Released under the GNU Public License.