-
-
22 Aug 2013 19:29:31 UTC
- Distribution: HTTP-Server-Simple-PSGI
- Module version: 0.16
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (13429 / 2 / 0)
- Kwalitee
Bus factor: 1- 20.73% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (11.54KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
HTTP::Server::Simple::PSGI - PSGI handler for HTTP::Server::Simple
SYNOPSIS
use HTTP::Server::Simple::PSGI; my $server = HTTP::Server::Simple::PSGI->new($port); $server->host($host); $server->app($app); $server->run;
DESCRIPTION
HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that can run PSGI applications. This module only depends on HTTP::Server::Simple, which itself doesn't depend on any non-core modules so it's best to be used as an embedded web server.
AUTHOR
Tokuhiro Matsuno
Kazuhiro Osawa
Tatsuhiko Miyagawa
LICENSE
This module is licensed under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install HTTP::Server::Simple::PSGI, copy and paste the appropriate command in to your terminal.
cpanm HTTP::Server::Simple::PSGI
perl -MCPAN -e shell install HTTP::Server::Simple::PSGI
For more information on module installation, please visit the detailed CPAN module installation guide.