
HTTP::Engine::Interface::ServerSimple - HTTP::Server::Simple interface for HTTP::Engine

HTTP::Engine::Interface::ServerSimple->new(
host => '0.0.0.0',
port => 5963,
);

internal use only

HTTP::Engine::Plugin::Interface::ServerSimple is wrapper for HTTP::Server::Simple.
HTTP::Server::Simple is flexible web server.And it can use Net::Server, so you can make it preforking or using Coro.

Tokuhiro Matsuno(cpan:tokuhirom)

obra++

HTTP::Server::Simple, HTTP::Engine

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.