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 co...
MIYAGAWA/CGI-PSGI-0.15 - 17 May 2011 21:00:47 UTCASP4 is a great way to build web applications. PSGI/Plack is a great way to abstract a web application from the environment in which it is run. While I wouldn't yet run a high-traffic ASP4 web application in this way, it works very well for smaller t...
JOHND/ASP4-PSGI-0.004 - 01 Feb 2012 06:13:00 UTCFurl::PSGI is a subclass of Furl that requires a PSGI app and sends all requests through that app. This helps facilitate testing, where you can pass a Furl::PSGI rather than a Furl and handle any requests in the same process rather than go out over t...
MHOWARD/Furl-PSGI-0.03 - 01 May 2019 07:19:54 UTCAll action subs are passed a PSGI::Hector object as the only parameter, from this you should be able to reach everything you need....
DUMB/PSGI-Hector-2.0 - 11 Jan 2020 22:42:02 UTCAllow Labyrinth to run under Plack. Use the PSGI protocol to interface with a Plack web server to process web requests....
BARBIE/Labyrinth-PSGI-1.02 - 20 Oct 2014 02:05:24 UTCThis module defines an AS2 Protocol compliant Plack application. The AS2 Protocol is specified by RFC 4130. This protocol defines a secure peer-to-peer data transfer with receipt using HTTP. The receipt is called a Message Disposition Notification (M...
AJM/Net-AS2-PSGI-1.0 - 29 Mar 2019 02:57:53 UTCMojo::Server::PSGI allows Mojolicious applications to run on all PSGI compatible servers. See "DEPLOYMENT" in Mojolicious::Guides::Cookbook for more....
SRI/Mojolicious-8.71 - 17 Jan 2021 17:06:28 UTCThis is where the magic happens for Furl::PSGI, similar to Furl and Furl::HTTP. Given a PSGI app, all requests are sent to it and no network connections should be made....
MHOWARD/Furl-PSGI-0.03 - 01 May 2019 07:19:54 UTCuse CGI::Parse::PSGI qw(parse_cgi_output); my $output = YourApp->run; my $psgi_res = parse_cgi_output(\$output); An option hash can also be passed: my $psgi_res = parse_cgi_output(\$output, \%options);...
TOKUHIROM/CGI-Emulate-PSGI-0.23 - 08 May 2017 04:45:57 UTCThis module extends CGI::Simple to use in some web applications under the PSGI servers. This is a experimental branch from CGI::PSGI module for CGI by Tatsuhiko Miyagawa....
MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTCThis subclass of FCGI::Async allows a FastCGI responder to use a PSGI application to respond to requests. It acts as a gateway between the FastCGI connection from the webserver, and the "PSGI" application. Aside from the use of "PSGI" instead of the ...
PEVANS/FCGI-Async-0.22 - 01 Jan 2011 23:19:36 UTCIf you want a more fully featured PSGI experience, it would be wise to look at the Plack and Starman set of modules. Net::Server::PSGI is intended as an easy gateway into PSGI. But to get the most out of all that PSGI has to offer, you should review ...
RHANDOM/Net-Server-2.009 - 10 Aug 2017 21:13:01 UTCMount PSGI apps inside of WebGUI...
FRODWITH/WebGUI-PSGI-0.2 - 10 Mar 2010 01:03:37 UTCRequest ID AWS::Lambda::PSGI injects the request id that compatible with Plack::Middleware::RequestId. env->{'psgix.request_id'} # It is same value with $context->aws_request_id...
SHOGO/AWS-Lambda-0.0.23 - 02 Jan 2021 02:22:01 UTCThis module can be used to convert CGI.pm-compatible HTTP header properties into PSGI response header array reference. This module requires your query class is orthogonal to a global variable %ENV. For example, CGI::PSGI adds the "env" attribute to C...
ANAZAWA/CGI-Header-PSGI-0.62001 - 31 Jul 2013 10:41:06 UTCThis is an extension of FCGI::Engine::Core to support PSGI applications. You can refer to the FCGI::Engine docs for most of what you need to know, the only difference being that instead of a "handler_class", "handler_method" and "handler_args" you si...
STEVAN/FCGI-Engine-0.22 - 24 Aug 2014 21:44:17 UTCAbstract class used in all other PSGI::Hector classes....
DUMB/PSGI-Hector-2.0 - 11 Jan 2020 22:42:02 UTCThis module allows an application designed for the CGI environment to run in a PSGI environment, and thus on any of the backends that PSGI supports. It works by translating the environment provided by the PSGI specification to one expected by the CGI...
TOKUHIROM/CGI-Emulate-PSGI-0.23 - 08 May 2017 04:45:57 UTC