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

Search results for "module:CGI::Parse::PSGI"

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

CGI::Parse::PSGI::Streaming - creates a filehandle that parses CGI output and writes to a PSGI responder River stage zero No dependents

You should probably not do what the "synopsis" says, and just use "CGI::Emulate::PSGI::Streaming" directly....

DAKKAR/CGI-Emulate-PSGI-Streaming-1.0.1 - 16 Nov 2020 14:19:26 UTC

CGI::Parse::PSGI::Streaming::Handle - internal class for the tied handle River stage zero No dependents

This class is used internally by "CGI::Parse::PSGI::Streaming". No user-serviceable parts inside....

DAKKAR/CGI-Emulate-PSGI-Streaming-1.0.1 - 16 Nov 2020 14:19:26 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

CGI::Header - Handle CGI.pm-compatible HTTP header properties River stage one • 2 direct dependents • 2 total dependents

This module is a utility class to manipulate a hash reference received by CGI.pm's "header()" method. This module isn't the replacement of the "header()" method, but complements CGI.pm. This module can be used in the following situation: 1. $header i...

ANAZAWA/CGI-Header-0.63 - 01 Aug 2013 08:19:26 UTC

Dancer::Plugin::FakeCGI - run CGI methods or Perl-files under Dancer River stage zero No dependents

Supports to run CGI perl files on CGI methods under Dancer....

KOCEASY/Dancer-Plugin-FakeCGI-0.63 - 03 Jan 2016 17:00:53 UTC

CGI::Snapp::Dispatch - Dispatch requests to CGI::Snapp-based objects River stage one • 1 direct dependent • 3 total dependents

This module provides a way to automatically look at the path info - $ENV{PATH_INFO} - of the incoming HTTP request, and to process that path info like this: o Parse off a module name o Parse off a run mode o Create an instance of that module (i.e. lo...

RSAVAGE/CGI-Snapp-Dispatch-2.00 - 03 Oct 2016 22:09:04 UTC

CGI::Emulate::PSGI::Streaming - streaming PSGI adapter for CGI River stage zero No 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 is a subclass of "CGI::Emulate::PSGI". The parsing logic is implemented in "CGI::Parse::PSGI::Stre...

DAKKAR/CGI-Emulate-PSGI-Streaming-1.0.1 - 16 Nov 2020 14:19:26 UTC

CGI::Application::Emulate::PSGI - a legacy-code-friendly PSGI adapter for CGI::Application River stage one • 1 direct dependent • 1 total dependent

CGI::Application::Emulate::PSGI allows a project based on CGI::Application to run as a PSGI application. Differences from CGI::Application::PSGI are: uses CGI.pm directly instead of CGI::PSGI CGI::Application::PSGI (that uses CGI::PSGI) does not supp...

KAZUHO/CGI-Application-Emulate-PSGI-0.02 - 07 Jan 2010 06:31:52 UTC

CGI::Application::Dispatch::PSGI - Dispatch requests to CGI::Application based objects using PSGI River stage two • 9 direct dependents • 11 total dependents

This module provides a way to look at the path (as returned by "$env->{PATH_INFO}") of the incoming request, parse off the desired module and its run mode, create an instance of that module and run it. It will translate a URI like this (in a persiste...

MARKSTOS/CGI-Application-Dispatch-3.12 - 14 Sep 2012 01:19:52 UTC
10 results (0.044 seconds)