summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/p5-HTTP-Recorder/pkg-descr10
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/