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

Search results for "module:Plack::Builder"

Plack::Builder - OO and DSL to enable Plack Middlewares River stage four • 760 direct dependents • 1891 total dependents

Plack::Builder gives you a quick domain specific language (DSL) to wrap your application with Plack::Middleware subclasses. The middleware you're trying to use should use Plack::Middleware as a base class to use this DSL, inspired by Rack::Builder. W...

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

Plack::Builder::Conditionals - Plack::Builder extension River stage one • 3 direct dependents • 3 total dependents

Plack::Builder::Conditionals is.....

KAZEBURO/Plack-Builder-Conditionals-0.05 - 19 May 2013 09:21:30 UTC

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

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

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

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

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

Plack::Component - Base class for PSGI endpoints River stage four • 760 direct dependents • 1891 total dependents

Plack::Component is the base class shared between Plack::Middleware and "Plack::App::*" modules. If you are writing middleware, you should inherit from Plack::Middleware, but if you are writing a Plack::App::* you should inherit from this directly....

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

Plack::App::JSONRPC - (DEPRECATED) Yet another JSON-RPC 2.0 psgi application River stage zero No dependents

Plack::App::JSONRPC is Yet another JSON-RPC 2.0 psgi application...

NQOUNET/Plack-App-JSONRPC-0.02 - 14 Aug 2014 18:32:34 UTC

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

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

Plack::App::File - Serve static files from root directory River stage four • 760 direct dependents • 1891 total dependents

This is a static file server PSGI application, and internally used by Plack::Middleware::Static. This application serves files from the document root if the path matches with the local file. Use Plack::App::Directory if you want to list files in the ...

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

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

Plack::Middleware - Base class for easy-to-use PSGI middleware River stage four • 760 direct dependents • 1891 total dependents

Plack::Middleware is a utility base class to write PSGI middleware. All you have to do is to inherit from Plack::Middleware and then implement the callback "call" method (or the "to_app" method that would return the PSGI code reference) to do the act...

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

Plack::App::Prack - Proxy plack requests to a rack application River stage zero No dependents

This app will fork a ruby process that can handle rack requests. Requests are converted to JSON and sent over a unix socket as a netstring, a response is then read and used as the psgi response....

LEEDO/Plack-App-Prack-0.02 - 27 Dec 2012 15:21:07 UTC

Plack::App::Proxy - proxy requests River stage two • 12 direct dependents • 22 total dependents

Plack::App::Proxy is a middleware-aware proxy application for Plack....

LEEDO/Plack-App-Proxy-0.29 - 31 Aug 2013 15:27:56 UTC

Plack::App::URLMap - Map multiple apps in different paths River stage four • 760 direct dependents • 1891 total dependents

Plack::App::URLMap is a PSGI application that can dispatch multiple applications based on URL path and host names (a.k.a "virtual hosting") and takes care of rewriting "SCRIPT_NAME" and "PATH_INFO" (See "HOW THIS WORKS" for details). This module is i...

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

Plack::App::CGIBin - cgi-bin replacement for Plack servers River stage four • 760 direct dependents • 1891 total dependents

Plack::App::CGIBin allows you to load CGI scripts from a directory and convert them into a PSGI application. This would give you the extreme easiness when you have bunch of old CGI scripts that is loaded using *cgi-bin* of Apache web server....

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

Plack::App::GraphQL - Serve GraphQL from Plack / PSGI River stage zero No dependents

Serve GraphQL with Plack. Please note this is an early access / minimal documentation release. You should already be familiar with GraphQL. There's some examples in "/examples" but few real test cases. If you are not comfortable using this based on r...

JJNAPIORK/Plack-App-GraphQL-0.003 - 13 Nov 2019 18:06:34 UTC

Plack::App::PSGIBin - Run .psgi files from a directory River stage four • 760 direct dependents • 1891 total dependents

This application loads *.psgi* files (or actually whichever filename extensions) from the root directory and run it as a PSGI application. Suppose you have a directory containing "foo.psgi" and "bar.psgi", map this application to "/app" with Plack::A...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC
352 results (0.06 seconds)