blob: 14d9b54d3a24dd223738943e835c10668121a1c4 (
plain) (
blame)
1
2
3
4
5
6
7
|
This module implements a HTTP proxy, using a 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 hability to filter the
HTTP requests and responses through user-defined filters.
WWW: https://metacpan.org/release/HTTP-Proxy
|