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

..24-Apr-201479

Build.PLH A D20-Feb-2013473

ChangesH A D20-Feb-201317.9 KiB

eg/H24-Apr-201428

lib/H24-Apr-20143

Makefile.PLH A D20-Feb-2013370

MANIFESTH A D20-Feb-20131.5 KiB

META.ymlH A D20-Feb-20131.8 KiB

READMEH A D20-Feb-2013929

t/H24-Apr-201440

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