• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

Build.PLH A D19-May-2006473

ChangesH A D05-Mar-201017.6 KiB

eg/H11-Apr-201328

lib/H05-Apr-20133

Makefile.PLH A D05-Mar-2010370

MANIFESTH A D05-Mar-20101.5 KiB

META.ymlH A D05-Mar-20101.7 KiB

READMEH A D14-Oct-2005929

t/H11-Apr-201340

README

1HTTP::Proxy
2-----------
3
4This module is a pure Perl HTTP proxy.
5
6Its main use should be to record and/or modify web sessions, so as to
7help users create web robots, web testing suites, as well as proxy
8systems than can transparently alter the requests to and answers from
9an origin server.
10
11The eg/ directory holds a few examples. See eg/README for details.
12
13There is also a t/README file that explains the tests strategy.
14
15!WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!
16
17The way the filters are implemented has changed in version 0.10
18of HTTP::Proxy. You can now play with two dedicated filter classes
19and notice slight changes in the HTTP::Proxy interface.
20
21!WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!
22
23Recommended order for reading the documentation:
241) HTTP::Proxy
252) HTTP::Proxy::HeaderFilter and HTTP::Proxy::BodyFilter
263) included standard filter classes and code examples in eg/
27
28