Catalyst::Engine::PSGI - PSGI engine for Catalyst


Catalyst-Engine-PSGI documentation  | view source Contained in the Catalyst-Engine-PSGI distribution.

Index


NAME

Top

Catalyst::Engine::PSGI - PSGI engine for Catalyst

SYNOPSIS

Top

  # app.psgi
  use strict;
  use MyApp;

  MyApp->setup_engine('PSGI');
  my $app = sub { MyApp->run(@_) };

DESCRIPTION

Top

Catalyst::Engine::PSGI is a Catalyst Engine that adapts Catalyst into the PSGI gateway protocol.

COMPATIBILITY

Top

AUTHOR

Top

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

Most of the code is taken and modified from Catalyst::Engine::CGI.

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

Catalyst::Engine PSGI Plack


Catalyst-Engine-PSGI documentation  | view source Contained in the Catalyst-Engine-PSGI distribution.