|
NAMEHTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engine SYNOPSIS use HTTP::Proxy;
my $proxy = HTTP::Proxy->new( engine => 'NoFork' );
DESCRIPTIONThe HTTP::Proxy::Engine::NoFork engine runs the proxy without forking. METHODSSEE ALSOHTTP::Proxy, HTTP::Proxy::Engine. AUTHORPhilippe "BooK" Bruhat, "<book@cpan.org>". COPYRIGHTCopyright 2005-2015, Philippe Bruhat. LICENSEThis module is free software; you can redistribute it or modify it under the same terms as Perl itself.
|