Sophie

Sophie

distrib > PLD > th > ppc > by-pkgid > 07ee084a043c097c5685cae0b6009402

perl-CGI-PSGI-0.15-1.noarch.rpm

Description:

This module is for web application framework developers who currently uses
CGI to handle query parameters, and would like for the frameworks to comply
with the PSGI protocol.

Only slight modifications should be required if the framework is already
collecting the body content to print to STDOUT at one place (rather using
the print-as-you-go approach).

On the other hand, if you are an "end user" of CGI.pm and have a CGI script
that you want to run under PSGI web servers, this module might not be what you
want. Take a look at CGI::Emulate::PSGI instead.

Your application, typically the web application framework adapter
should update the code to do CGI::PSGI->new($env) instead of
CGI->new to create a new CGI object. (This is similar to how
CGI::Fast object is initialized in a FastCGI environment.)

Sources packages:

Other version of this rpm: