1HTTP::Server::Simple::PUSsGeIr(3C)ontributed Perl DocumeHnTtTaPt:i:oSnerver::Simple::PSGI(3)
2
3
4

NAME

6       HTTP::Server::Simple::PSGI - PSGI handler for HTTP::Server::Simple
7

SYNOPSIS

9           use HTTP::Server::Simple::PSGI;
10
11           my $server = HTTP::Server::Simple::PSGI->new($port);
12           $server->host($host);
13           $server->app($app);
14           $server->run;
15

DESCRIPTION

17       HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server
18       that can run PSGI applications. This module only depends on
19       HTTP::Server::Simple, which itself doesn't depend on any non-core
20       modules so it's best to be used as an embedded web server.
21

AUTHOR

23       Tokuhiro Matsuno
24
25       Kazuhiro Osawa
26
27       Tatsuhiko Miyagawa
28

LICENSE

30       This module is licensed under the same terms as Perl itself.
31

SEE ALSO

33       HTTP::Server::Simple, Plack, HTTP::Server::PSGI
34
35
36
37perl v5.32.0                      2020-07-28     HTTP::Server::Simple::PSGI(3)
Impressum