The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plack::Handler::Net::Async::HTTP::Server - HTTP handler for Plack using Net::Async::HTTP::Server

DESCRIPTION

This module allows Plack to run a PSGI application as a standalone HTTP daemon under IO::Async, by using Net::Async::HTTP::Server.

 plackup -s Net::Async::HTTP::Server --listen ":8080" application.psgi

This is internally implemented using Net::Async::HTTP::Server::PSGI; further information on environment etc.. is documented there.

SEE ALSO

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>