The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Plack::Session::State"

Plack::Session::State - Basic parameter-based session state River stage two • 40 direct dependents • 69 total dependents

This will maintain session state by passing the session through the request params. It does not do this automatically though, you are responsible for passing the session param. This should be considered the state "base" class (although subclassing is...

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

Plack::Session::State::URI - uri-based session state River stage zero No dependents

Plack::Session::State::URI is uri-based session state...

ASKADNA/Plack-Session-State-URI-0.06 - 01 Oct 2013 03:53:18 UTC - Search in distribution

Starch - A framework independent HTTP session library. River stage two • 10 direct dependents • 10 total dependents

Welcome to Starch! Starch solves the problems introduced when complex HTTP session libraries are written as web framework built-ins. When complex libraries like these are tied directly into a web framework they become much more difficult to test, dif...

BLUEFEET/Starch-0.14 - 13 May 2019 02:14:22 UTC - Search in distribution

Leyland - RESTful web application framework based on Plack River stage zero No dependents

Leyland is a Plack-based application framework for building truely RESTful, MVC-style web applications. It is feature rich and highly extensible. STOP! BACKWORDS COMPATIBILITY BREAKING CHANGES Leyland v1.0.0 brings small changes that break backwords ...

IDOPEREL/Leyland-1.000002 - 13 Apr 2014 12:41:01 UTC - Search in distribution

Plasp::Session - Default class for $Session objects River stage zero No dependents

The $Session object keeps track of user and web client state, in a persistent manner, making it relatively easy to develop web applications. A Plasp::Session composes the Plasp::State::Session role, which implements the API a $Session object. Please ...

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

Data::Session - Persistent session data management River stage one • 3 direct dependents • 5 total dependents

Data::Session is typically used by a CGI script to preserve state data between runs of the script. This gives the end user the illusion that the script never exits. It can also be used to communicate between 2 scripts, as long as they agree beforehan...

RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC - Search in distribution

App::Fetchware - App::Fetchware is Fetchware's API used to make extensions. River stage zero No dependents

App::Fetchware represents fetchware's API. For ducumentation on how to use App::Fetchware's fetchware command line interface see fetchware. It is the heart and soul of fetchware where all of fetchware's main behaviors are kept. It is fetchware's API,...

DLY/App-Fetchware-1.016 - 07 Oct 2016 04:23:59 UTC - Search in distribution

Dancer - lightweight yet powerful web application framework River stage three • 211 direct dependents • 215 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

CGI::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 UTC - Search in distribution

HTTP::Session2 - HTTP session management River stage zero No dependents

HTTP::Session2 is yet another HTTP session data management library....

TOKUHIROM/HTTP-Session2-1.10 - 26 Jan 2018 05:02:08 UTC - Search in distribution

Carmel - CPAN Artifact Repository Manager River stage zero No dependents

Carmel is yet another CPAN module manager. Unlike traditional CPAN module installer, Carmel keeps the build of your dependencies in a central repository, then select the library paths to include upon runtime in development. Carmel also allows you to ...

MIYAGAWA/Carmel-v0.1.56 - 11 May 2022 19:41:36 UTC - Search in distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 605 direct dependents • 679 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

MVC::Neaf - Not Even A (Web Application) Framework River stage zero No dependents

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC - Search in distribution

CGI::Application - Framework for building reusable web-applications River stage three • 118 direct dependents • 128 total dependents

It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows: package My::App; use base 'CGI::Application'; Notation and Conventions For the purpose of this document, we will refer...

MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC - Search in distribution

Prancer River stage one • 3 direct dependents • 3 total dependents

Prancer is yet another PSGI framework that provides routing and session management as well as plugins for logging, database access, and template engines. It does this by wrapping Web::Simple to handle routing and by wrapping other libraries to bring ...

PLOCKABY/Prancer-1.05 - 09 Dec 2015 05:16:26 UTC - Search in distribution

Rapi::Blog::Manual - Rapi::Blog user and developer manual River stage zero No dependents

VANSTYN/Rapi-Blog-1.1400 - 17 Oct 2020 04:56:16 UTC - Search in distribution

App::Office::Contacts - A web-based contacts manager River stage one • 2 direct dependents • 2 total dependents

"App::Office::Contacts" implements a utf8-aware, web-based, private and group contacts manager. Here 'private' means you can specify which contacts are not to appear in the search results of other people using the same database. You do this by settin...

RSAVAGE/App-Office-Contacts-2.04 - 06 Feb 2014 03:56:04 UTC - Search in distribution

Net::OpenID::Consumer - Library for consumers of OpenID identities River stage two • 9 direct dependents • 11 total dependents

This is the Perl API for (the consumer half of) OpenID, a distributed identity system based on proving you own a URL, which is then your identity. More information is available at: http://openid.net/...

WROG/Net-OpenID-Consumer-1.18 - 08 Feb 2016 01:40:13 UTC - Search in distribution

Jifty::Request - Canonical internal representation of an incoming Jifty request River stage two • 33 direct dependents • 33 total dependents

This document discusses the ins and outs of getting data from the web browser (or any other source) and figuring out what it means. Most of the time, you won't need to worry about the details, but they are provided below if you're curious. This class...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

Amon2::Lite - Sinatra-ish framework on Amon2! River stage one • 1 direct dependent • 1 total dependent

This is a Sinatra-ish wrapper for Amon2. THIS MODULE IS BETA STATE. API MAY CHANGE WITHOUT NOTICE....

TOKUHIROM/Amon2-Lite-0.13 - 28 Aug 2014 09:43:42 UTC - Search in distribution
37 results (0.053 seconds)