logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engine

Author

       Philippe "BooK" Bruhat, "<book@cpan.org>".

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' );

See Also