1HTTP::Proxy::Engine::NoUFsoerrk(C3o)ntributed Perl DocumHeTnTtPa:t:iPornoxy::Engine::NoFork(3)
2
3
4
6 HTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engine
7
9 use HTTP::Proxy;
10 my $proxy = HTTP::Proxy->new( engine => 'NoFork' );
11
13 The HTTP::Proxy::Engine::NoFork engine runs the proxy without forking.
14
16 start()
17 Initialise the engine.
18
19 run()
20 Implements the non-forking logic by calling
21 "$proxy->serve_requests()" directly.
22
24 HTTP::Proxy, HTTP::Proxy::Engine.
25
27 Philippe "BooK" Bruhat, "<book@cpan.org>".
28
30 Copyright 2005-2015, Philippe Bruhat.
31
33 This module is free software; you can redistribute it or modify it
34 under the same terms as Perl itself.
35
36
37
38perl v5.32.1 2021-01-27 HTTP::Proxy::Engine::NoFork(3)