Description
PSGI applications can run on HTTP::Server::Simple for lightweight development or embedded services. Developers use this handler to connect PSGI apps to a small Perl HTTP server without deploying a larger web stack. It exposes web application behavior on the host and port chosen by the caller.