mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
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: http://search.cpan.org/dist/HTTP-Proxy/
|