slackbuilds_ponce/libraries/perl-HTTP-Proxy/README
Thomas Morper 041a01a2f3 libraries/perl-HTTP-Proxy: Added (a pure Perl HTTP proxy)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2010-07-25 21:52:41 -05:00

6 lines
305 B
Text

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.