HTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engine
Contents
Copyright
Copyright 2005-2015, Philippe Bruhat.
Description
The HTTP::Proxy::Engine::NoFork engine runs the proxy without forking.
License
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
perl v5.40.1 2025-02-18 HTTP::Proxy::Engine::NoFork(3pm)
Methods
start()
Initialise the engine.
run()
Implements the non-forking logic by calling "$proxy->serve_requests()" directly.
Name
HTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engine
See Also
HTTP::Proxy, HTTP::Proxy::Engine.
Synopsis
use HTTP::Proxy;
my $proxy = HTTP::Proxy->new( engine => 'NoFork' );
