Plack::Handler::Standalone.3pm

Langue: en

Version: 2010-03-30 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Plack::Handler::Standalone - adapter for HTTP::Server::PSGI

SYNOPSIS

   % plackup -s Standalone \
       --host 127.0.0.1 --port 9091 --timeout 120
 
 

DESCRIPTION

Plack::Handler::Standalone is an adapter for default Plack server implementation HTTP::Server::PSGI. This is just an alias for Plack::Handler::HTTP::Server::PSGI.

SEE ALSO

Plack::Handler::HTTP::Server::PSGI