The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:PSGI"

PSGI.pm River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC

CGI::PSGI - Adapt CGI.pm to the PSGI protocol River stage two • 11 direct dependents • 35 total dependents

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. River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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.0001 - 08 Jan 2024 02:48:06 UTC

Mojo::Server::PSGI - PSGI server River stage four • 943 direct dependents • 1041 total dependents

Mojo::Server::PSGI allows Mojolicious applications to run on all PSGI compatible servers. See "DEPLOYMENT" in Mojolicious::Guides::Cookbook for more....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Furl::PSGI::HTTP - Furl's low-level interface, wired to PSGI River stage zero No dependents

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

Nile::HTTP::PSGI - Enable your CGI::Simple aware applications to adapt PSGI protocol River stage zero No dependents

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

CGI::Parse::PSGI - Parses CGI output and creates PSGI response out of it River stage two • 18 direct dependents • 59 total dependents

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

FCGI::Async::PSGI - use PSGI applications with FCGI::Async River stage zero No dependents

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

AWS::Lambda::PSGI - It translates enevt of Lambda Proxy Integrations in API Gateway and Application Load Balancer into PSGI. River stage zero No dependents

Streaming Response AWS::Lambda::PSGI supports response streaming <https://docs.aws.amazon.com/lambda/latest/dg/configuration-response-str eaming.html>. The function urls's invoke mode is configured as "RESPONSE_STREAM", and Lambda environment variabl...

SHOGO/AWS-Lambda-0.4.3 - 22 Jan 2024 01:07:42 UTC

Net::Server::PSGI - basic Net::Server based PSGI HTTP server class River stage two • 36 direct dependents • 88 total dependents

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

WebGUI::URL::PSGI River stage zero No dependents

Mount PSGI apps inside of WebGUI...

FRODWITH/WebGUI-PSGI-0.2 - 10 Mar 2010 01:03:37 UTC

PSGI::Hector::Log - Logging class River stage zero No dependents

DUMB/PSGI-Hector-2.0 - 11 Jan 2020 22:42:02 UTC

CGI::Header::PSGI - Generate PSGI-compatible response header arrayref River stage zero No dependents

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 River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage two • 18 direct dependents • 59 total dependents

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
122 results (0.02 seconds)