summaryrefslogtreecommitdiffstats
path: root/libraries/perl-HTTP-Proxy/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/perl-HTTP-Proxy/README')
-rw-r--r--libraries/perl-HTTP-Proxy/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/perl-HTTP-Proxy/README b/libraries/perl-HTTP-Proxy/README
new file mode 100644
index 0000000000..9b6889363b
--- /dev/null
+++ b/libraries/perl-HTTP-Proxy/README
@@ -0,0 +1,6 @@
+This module implements an HTTP proxy, using an HTTP::Daemon to accept
+client connections, and a LWP::UserAgent to ask for the requested
+pages. The most interesting feature of this proxy object is its ability
+to filter the HTTP requests and responses through user-defined filters.
+
+This needs libwww-perl.