You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
280 B

  1. This module implements an HTTP proxy, using an HTTP::Daemon to accept
  2. client connections, and a LWP::UserAgent to ask for the requested
  3. pages. The most interesting feature of this proxy object is its ability
  4. to filter the HTTP requests and responses through user-defined filters.