1HTTP::Server::Simple::PUSsGeIr(3C)ontributed Perl DocumeHnTtTaPt:i:oSnerver::Simple::PSGI(3)
2
3
4
6 HTTP::Server::Simple::PSGI - PSGI handler for HTTP::Server::Simple
7
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
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
23 Tokuhiro Matsuno
24
25 Kazuhiro Osawa
26
27 Tatsuhiko Miyagawa
28
30 This module is licensed under the same terms as Perl itself.
31
33 HTTP::Server::Simple, Plack, HTTP::Server::PSGI
34
35
36
37perl v5.34.0 2021-07-22 HTTP::Server::Simple::PSGI(3)