Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
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.0048 - 30 Nov 2020 00:21:36 UTC - Search in distribution- Plack::Util - Utility subroutines for Plack server and framework developers
- Plack::Test - Test PSGI applications with various backends
- Plack::MIME - MIME type registry
- 67 more results from Plack »
Plack::VCR - API for interacting with a frozen request file
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::VCR::Interaction - Represents a single HTTP interaction
- Plack::Middleware::Recorder - Plack middleware that records your client-server interactions
- Plack::Middleware::Debug::Recorder - Debug panel to communicate with the Recorder middleware
Plack::I18N - I18N for Plack
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- Plack::I18N::Util - Module
- Plack::I18N::Handle - Module
- Plack::Middleware::I18N - language detection
- 1 more result from Plack-I18N »
Task::Plack - Plack bundle
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
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::Client::Backend - turns a Plack::Request into a PSGI app
- Plack::Client::Backend::http - backend for handling HTTP requests
Plack::Session - Middleware for session management
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::Session::Store - Basic in-memory session store
- Plack::Session::State - Basic parameter-based session state
- Plack::Session::Cleanup - Run code when the environment is destroyed
- 7 more results from Plack-Middleware-Session »
Plack::Debugger - Debugging tool for Plack web applications
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::App::Debugger - The web service backend for the debugger
- Plack::Test::Debugger - A subclass of Plack::Test suitable for testing the debugger
- Plack::Debugger::Panel - Base class for the debugger panels
- 15 more results from Plack-Debugger »
Plack::ServerTiming - Frontend for Plack::Middleware::ServerTiming
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
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
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
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.
SKIM/Plack-App-Env-0.08
-
27 Feb 2022 17:04:22 UTC
-
Search in distribution
Plack::App::JSP - Javascript PSGI apps via JSP
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
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
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.88 - 09 Apr 2022 02:06:50 UTC - Search in distribution
Plack::Middleware::Devel::Agent::Plack - Plack Middleware Agent Debugger
This debugger is handly for tracing all calls made within a psgi app, while excluding the guts of PSGI/Plack. Why? Well most of the time we want to know what is happening in our application, not in the PSGI layer as Plack/PSGI is pretty good at what ...
AKALINUX/Devel-Agent-0.007 - 29 Dec 2021 05:47:35 UTC - Search in distribution
Plack::App::DAIA - DAIA Server as Plack application
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::DAIA::Test - Test DAIA Servers
- Plack::App::DAIA::Validator - DAIA validator and converter
- Plack::App::DAIA::Test::Suite - Test DAIA Servers via a test scripting language
- 1 more result from Plack-App-DAIA »
Plack::App::Hash - Serve up the contents of a hash as a website
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.000 - 10 Jan 2015 09:25:29 UTC - Search in distribution
Plack::App::MCCS - Minify, Compress, Cache-control and Serve static files from Plack applications
"Plack::App::MCCS" is a Plack application that serves static files from a directory. It will prefer serving precompressed versions of files if they exist and the client supports it, and also prefer minified versions of CSS/JS files if they exist. If ...
IDOPEREL/Plack-App-MCCS-1.000000 - 24 Oct 2016 14:12:56 UTC - Search in distribution- Plack::Middleware::MCCS - Middleware for serving static files with Plack::App::MCCS
- mccs - start a static file server using Plack::App::MCCS
Plack::App::REST - Perl PSGI App that just call http method from object.
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