Search results for "module:psgi"
CGI::PSGI - Adapt CGI.pm to the PSGI protocol
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 UTC
ASP4::PSGI - Run your ASP4 web application under PSGI/Plack.
ASP4 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 UTC
Furl::PSGI - Furl, but wired to a PSGI app
Furl::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 UTC
PSGI::Hector - Very simple PSGI web framework
All 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 UTC
Labyrinth::PSGI - PSGI handler for Labyrinth
Allow 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 UTC
Net::AS2::PSGI - AS2 Protocol Plack application
This 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 UTC
Mojo::Server::PSGI - PSGI server
Mojo::Server::PSGI allows Mojolicious applications to run on all PSGI compatible servers. See "DEPLOYMENT" in Mojolicious::Guides::Cookbook for more....
SRI/Mojolicious-9.32 - 08 May 2023 22:09:51 UTC
Furl::PSGI::HTTP - Furl's low-level interface, wired to PSGI
This 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 UTC
CGI::Parse::PSGI - Parses CGI output and creates PSGI response out of it
use 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 UTC
Nile::HTTP::PSGI - Enable your CGI::Simple aware applications to adapt PSGI protocol
This 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 UTC
FCGI::Async::PSGI - use PSGI applications with FCGI::Async
This 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 UTC
Net::Server::PSGI - basic Net::Server based PSGI HTTP server class
If 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.014 - 14 Mar 2023 17:16:00 UTC
AWS::Lambda::PSGI - It translates enevt of Lambda Proxy Integrations in API Gateway and Application Load Balancer into PSGI.
Request 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.39 - 20 Nov 2022 18:58:08 UTC
WebGUI::URL::PSGI
Mount PSGI apps inside of WebGUI...
FRODWITH/WebGUI-PSGI-0.2 - 10 Mar 2010 01:03:37 UTC
CGI::Header::PSGI - Generate PSGI-compatible response header arrayref
This 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 UTC
PSGI::Hector::Base - Base Hector class
Abstract class used in all other PSGI::Hector classes....
DUMB/PSGI-Hector-2.0 - 11 Jan 2020 22:42:02 UTC
FCGI::Engine::PSGI - Run PSGI applications with FCGI::Engine
This 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 UTC
CGI::Emulate::PSGI - PSGI adapter for CGI
This 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