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

Search results for "CGI::PSGI"

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

CGI::Application::PSGI - PSGI Adapter for CGI::Application River stage one • 1 direct dependent • 1 total dependent

CGI::Application::PSGI is a runner to run CGI::Application application as a PSGI application....

MARKSTOS/CGI-Application-PSGI-1.00 - 07 Nov 2009 03:54:23 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Net::Async::FastCGI::PSGI - use PSGI applications with Net::Async::FastCGI River stage one • 2 direct dependents • 2 total dependents

This subclass of Net::Async::FastCGI 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...

PEVANS/Net-Async-FastCGI-0.25 - 16 Feb 2013 23:28:00 UTC - Search in distribution

Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit) River stage four • 760 direct dependents • 1891 total dependents

Plack is a set of tools for using the PSGI stack. It contains middleware components, a reference server and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI. See PSGI for the PSGI specification and PSGI::...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution

WebNano - A minimalistic PSGI based web framework. River stage one • 2 direct dependents • 2 total dependents

Every WebNano application has at least three parts - the application class, at least one controller class and the app.psgi file (or something else that uses Plack::Runner run the app). The application object is instantiated only once and is used to h...

ZBY/WebNano-0.007 - 19 May 2012 09:04:02 UTC - Search in distribution

App::Padadoy - Simply deploy PSGI applications River stage zero No dependents

*This is an early preview release, be warned! Design changes are likely, at least until a stable carton 1.0 has been released!* Padadoy is a command line application to facilitate deployment of PSGI applications, inspired by <http://dotcloud.com>. Pa...

VOJ/App-Padadoy-0.125 - 08 May 2012 13:53:12 UTC - Search in distribution

Dancer - lightweight yet powerful web application framework River stage three • 214 direct dependents • 218 total dependents

Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide ...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Net::Server - Extensible, general Perl server engine River stage two • 36 direct dependents • 88 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC - Search in distribution

Plasp - PerlScript/ASP River stage zero No dependents

Plasp is CatalystX::ASP, which is a plugin for Catalyst to support ASP (PerlScript) but with Catalyst ripped out. This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, t...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC - Search in distribution

Pepper - Quick-start kit for learning and creating microservices in Perl. River stage zero No dependents

/ PURPOSE This quick-start kit is designed for new users to easily experiment and learn about Perl and for seasoned users to quickly stand up simple web services. This is not a framework. This is a quick-start kit meant to simplify learning and small...

ECHERNOF/Pepper-1.5 - 24 Feb 2021 16:57:01 UTC - Search in distribution

PSGI - Perl Web Server Gateway Interface Specification River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution
  • PSGI::FAQ - Frequently Asked Questions and answers

Nile - Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme. River stage zero No dependents

Nile - Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme. Beta version, API may change. The project's homepage <https://github.com/mewsoft/Nile>. The main idea in this framework is to separate all the htm...

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC - Search in distribution

perlfaq - Frequently asked questions about Perl River stage zero No dependents

The perlfaq comprises several documents that answer the most commonly asked questions about Perl and Perl programming. It's divided by topic into nine major sections outlined in this document. Where to find the perlfaq The perlfaq is an evolving docu...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Mojolicious - Real-time web framework River stage four • 943 direct dependents • 1041 total dependents

An amazing real-time web framework built on top of the powerful Mojo web development toolkit. With support for RESTful routes, plugins, commands, Perl-ish templates, content negotiation, session management, form validation, testing framework, static ...

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

CHANGES River stage zero No dependents

This is a list of the main changes between different versions of SVN::Web. Please see UPDATING.pod for details about any changes you may need to make when updating an SVN::Web installation. 0.63, released Oct 17, 2012 * More improvements to UTF8 hand...

DJZORT/SVN-Web-0.63 - 17 Oct 2012 09:23:24 UTC - Search in distribution
110 results (0.082 seconds)