The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

  interface:
    module: ServerSimple
    args:
      host: localhost
      port: 5963
    request_handler: methodname

DESCRIPTION

HTTP::Engine::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.

AUTHOR

Tokuhiro Matsuno(cpan:tokuhirom)

THANKS TO

obra++

SEE ALSO

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

LICENSE

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