diff options
author | Thomas Morper <thomas@beingboiled.info> | 2010-07-25 18:16:48 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-25 21:52:41 -0500 |
commit | 041a01a2f3bf3bf8bd8a2864236274838b584beb (patch) | |
tree | 6677377bdbcb92f4beada84be313a79918666375 /libraries/perl-HTTP-Proxy/README | |
parent | 04edc073a8a2a10142f0b98fcd5feddc9dbaa198 (diff) | |
download | slackbuilds-041a01a2f3bf3bf8bd8a2864236274838b584beb.tar.gz |
libraries/perl-HTTP-Proxy: Added (a pure Perl HTTP proxy)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/perl-HTTP-Proxy/README')
-rw-r--r-- | libraries/perl-HTTP-Proxy/README | 6 |
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. |