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

Search results for "plack"

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

Plack::VCR - API for interacting with a frozen request file River stage zero No dependents

Plack::VCR provides an API for iterating over the HTTP interactions saved to a file by Plack::Middleware::Recorder....

RHOELZ/Plack-Middleware-Recorder-0.06 - 03 Nov 2016 03:42:10 UTC - Search in distribution

Plack::I18N - I18N for Plack River stage zero No dependents

Plack::I18N is an easy way to add i18n to your application. Plack::I18N supports both Locale::Maketext "*.pm" files and "gettext" "*.po" files. Use whatevers suits better. See <https://github.com/vti/plack-i18n/tree/master/examples> directory for bot...

VTI/Plack-I18N-0.04 - 02 Feb 2015 08:27:12 UTC - Search in distribution

Task::Plack - Plack bundle River stage one • 4 direct dependents • 4 total dependents

MIYAGAWA/Task-Plack-0.28 - 12 May 2013 22:04:28 UTC - Search in distribution

Plack::Client - abstract interface to remote web servers and local PSGI apps River stage one • 1 direct dependent • 1 total dependent

A common task required in more complicated web applications is communicating with various web services for different tasks. These web services may be spread among a number of different servers, but some of them may be on the local server, and for tho...

DOY/Plack-Client-0.06 - 03 Mar 2011 18:42:06 UTC - Search in distribution

Plack::Session - Middleware for session management River stage two • 38 direct dependents • 67 total dependents

This is the core session object, you probably want to look at Plack::Middleware::Session, unless you are writing your own session middleware component....

MIYAGAWA/Plack-Middleware-Session-0.33 - 09 Mar 2019 23:19:27 UTC - Search in distribution

Plack::Debugger - Debugging tool for Plack web applications River stage one • 4 direct dependents • 4 total dependents

This is a rethinking of the excellent Plack::Middleware::Debug module, with the specific intent of providing more flexibility and supporting capture of debugging data in as many places as possible. Specifically we support the following features not *...

STEVAN/Plack-Debugger-0.03 - 28 Dec 2014 23:11:51 UTC - Search in distribution

Plack::ServerTiming - Frontend for Plack::Middleware::ServerTiming River stage zero No dependents

This module provides high level API for Plack::Middleware::ServerTiming....

AKIYM/Plack-Middleware-ServerTiming-0.04 - 27 May 2019 13:50:18 UTC - Search in distribution

Plack::ResponseHelper River stage zero No dependents

A very thin layer that abstracts Plack's specifics. Bundled with Plack::ResponseHelper::Attachment, Plack::ResponseHelper::JSON, Plack::ResponseHelper::Redirect, Plack::ResponseHelper::Text....

KOMAROV/Plack-ResponseHelper-0.05 - 29 Nov 2012 20:59:07 UTC - Search in distribution

Plack::App::CLI - Command Line Interface to PSGI River stage zero No dependents

Plack::App::CLI is a handler for using psgi application using console. Simply pass options and path including query strings. Also POST is supported....

DOUGLISH/Plack-App-CLI-0.1 - 13 Jul 2012 21:15:19 UTC - Search in distribution

Plack::App::DAV - simple DAV server for Plack River stage zero No dependents

Plack::App::DAV is simple DAV server for Plack....

DANJOU/Plack-App-DAV-0.03 - 10 Dec 2011 12:29:21 UTC - Search in distribution

Plack::App::Env - Plack Env dump application. River stage zero No dependents

SKIM/Plack-App-Env-0.09 - 10 Sep 2022 16:18:56 UTC - Search in distribution

Plack::App::JSP - Javascript PSGI apps via JSP River stage zero No dependents

Use Javascript to write a PSGI/Plack app...

PDONELAN/Plack-App-JSP-0.101680 - 17 Jun 2010 15:51:27 UTC - Search in distribution

Plack::App::WWW - Serve cgi-bin and static files from root directory River stage one • 1 direct dependent • 1 total dependent

Plack::App::WWW allows you to load CGI scripts and static files. This module use Plack::App::CGIBin as a base, Plack::App::WrapCGI to load CGI scripts and Plack::App::File to load static files and Plack::App::Directory to directory index when not hav...

LTM/Plack-App-WWW-0.03 - 12 Apr 2021 06:42:31 UTC - Search in distribution

Plack::App::XAO - XAO adapter for Plack River stage one • 2 direct dependents • 2 total dependents

This is a simple adapter allowing to run a XAO::Web web site with Plack and the multitude of servers that support PSGI interface. To serve static files either mount them with builder: builder { mount '/images' => Plack::App::File->new(root => '/path/...

AMALTSEV/XAO-Web-1.91 - 22 May 2023 21:52:57 UTC - Search in distribution

Plack::App::DAIA - DAIA Server as Plack application River stage zero No dependents

This module implements a Document Availability Information API (DAIA) server as PSGI application. A DAIA server receives two URL parameters: id refers to the document to retrieve availability information. The id is parsed based on the "idformat" opti...

VOJ/Plack-App-DAIA-0.55 - 24 Jan 2014 09:37:58 UTC - Search in distribution

Plack::App::Hash - Serve up the contents of a hash as a website River stage zero No dependents

This PSGI application responds to HTTP requests by looking up the request path in a hash and returning the value of that key (if found) as the response body. This is useful for cases like inlining the content of a boilerplate static site into a singl...

ARISTOTLE/Plack-App-Hash-1.001 - 03 Sep 2022 22:12:31 UTC - Search in distribution

Plack::App::MCCS - Use mccs in Plack applications. River stage one • 2 direct dependents • 2 total dependents

"Plack::App::MCCS" is a Plack fully-featured static file server. Refer to mccs for more information. This package allows embedding "mccs" in a PSGI application....

IDOPEREL/Plack-App-MCCS-2.002000 - 14 Aug 2023 22:25:51 UTC - Search in distribution

Plack::App::REST - Perl PSGI App that just call http method from object. River stage zero No dependents

Plack::App::REST is simple plack application that call requested method directly from mounted class. Method can be GET, PUT, POST, DELETE, HEAD, PATCH. Each method is called with three params: * Env - Plack Env * Data - Compatibility with Plack::Midd...

VASEKD/Plack-App-REST-0.04 - 09 Sep 2015 07:28:58 UTC - Search in distribution

Plack::Auth::SSO - role for Single Sign On (SSO) authentication River stage one • 1 direct dependent • 1 total dependent

This is a Moo::Role for all Single Sign On Authentication packages. It requires "to_app" method, that returns a valid Plack application An implementation is expected is to do all communication with the external SSO application (e.g. CAS). When it suc...

NJFRANCK/Plack-Auth-SSO-0.0137 - 13 Nov 2019 08:29:26 UTC - Search in distribution
944 results (0.365 seconds)