diff options
Diffstat (limited to 'perl/perl-HTTP-Proxy/README')
-rw-r--r-- | perl/perl-HTTP-Proxy/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-HTTP-Proxy/README b/perl/perl-HTTP-Proxy/README new file mode 100644 index 000000000000..9b6889363b06 --- /dev/null +++ b/perl/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. |