mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
93ba4df502
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
6 lines
305 B
Text
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.
|