|
NAMEHTTP::Engine::Interface::POE - POE interface for HTTP::Engine.SYNOPSISuse POE; HTTP::Engine->new( interface => { module => 'POE', args => { host => '127.0.0.1', port => 1984, }, request_handler => sub { HTTP::Engine::Response->new( status => 200, body => 'foo' ) } }, )->run; POE::Kernel->run(); DESCRIPTIONThis is POE interface for HTTP::Engine.ATTRIBUTES
SEE ALSOHTTP::Engine
Visit the GSP FreeBSD Man Page Interface. |