HTTP::Proxy::Engine::Legacy - The "older" HTTP::Proxy engine |
HTTP::Proxy::Engine::Legacy - The ``older'' HTTP::Proxy engine
my $proxy = HTTP::Proxy->new( engine => 'Legacy' );
This engine reproduces the older child creation algorithm of HTTP::Proxy.
The module defines the following methods, used by HTTP::Proxy main loop:
start()
run()
stop()
The following method is used by the engine internally:
reap_zombies()
the HTTP::Proxy manpage, the HTTP::Proxy::Engine manpage.
Philippe ``BooK'' Bruhat, <book@cpan.org>
.
Copyright 2005, Philippe Bruhat.
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
HTTP::Proxy::Engine::Legacy - The "older" HTTP::Proxy engine |