diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-01 16:15:53 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-01 16:15:53 +0000 |
commit | 4032b31b189035c919dee1c70595107b31e7e8c8 (patch) | |
tree | 17dddcc9be30270d5dacdfce33ba6a6cf504bece /www/p5-HTTP-Recorder | |
parent | da7bf5889ab68159ac3abaac4b3d703aae549716 (diff) | |
download | ports-4032b31b189035c919dee1c70595107b31e7e8c8.tar.gz ports-4032b31b189035c919dee1c70595107b31e7e8c8.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Recorder')
-rw-r--r-- | www/p5-HTTP-Recorder/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-HTTP-Recorder/pkg-descr b/www/p5-HTTP-Recorder/pkg-descr index 813f008b7f40..efcc2a3af6f2 100644 --- a/www/p5-HTTP-Recorder/pkg-descr +++ b/www/p5-HTTP-Recorder/pkg-descr @@ -1,7 +1,7 @@ -This module implements a HTTP proxy, using a HTTP::Daemon to accept client -connections, and a LWP::UserAgent to ask for the requested pages. +Set HTTP::Recorder as the user agent for a proxy, and it rewrites HTTP +responses so that additional requests can be recorded. -The most interesting feature of this proxy object is its hability to filter the -HTTP requests and responses through user-defined filters. +Then, tell your web browser to use this proxy, and the script will be recorded +in the specified file. -WWW: http://search.cpan.org/dist/HTTP-Proxy/ +WWW: http://search.cpan.org/dist/HTTP-Recorder/ |