logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Name

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

See Also

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

perl v5.38.2                                       2024-01-20                    Plack::Handler::Standalone(3pm)

Synopsis

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

See Also