Search results for "Dancer::Plugin::"
Dancer::Plugin::Captcha::SecurityImage - generate and verify GD::SecurityImage captchas from Dancer
AAR/Dancer-Plugin-Captcha-SecurityImage-0.10
-
28 Mar 2011 17:14:29 UTC
-
Search in distribution
Dancer::Plugin::DataTransposeValidator - Data::Transpose::Validator plugin for Dancer
Dancer plugin for for Data::Transpose::Validator...
SYSPETE/Dancer-Plugin-DataTransposeValidator-0.010 - 31 Oct 2016 10:35:23 UTC - Search in distribution- Dancer::Plugin::DataTransposeValidator::Validator - validator class for Dancer::Plugin::DataTransposeValidator
Dancer::Plugin::SporeDefinitionControl - Dancer Plugin to control validity of route from a Spore configuration file
NOUDARD/Dancer-Plugin-SporeDefinitionControl-0.18
-
16 Apr 2019 08:38:02 UTC
-
Search in distribution
Dancer::Plugin::Nitesi::Backend::DBI - Dancer DBI backend for Nitesi Shop Machine
HORNBURG/Nitesi-DBI-0.0092
-
06 Oct 2013 16:44:52 UTC
-
Search in distribution
Dancer2::Plugin - base class for Dancer2 plugins
Writing the plugin "use Dancer2::Plugin" The plugin must begin with use Dancer2::Plugin; which will turn the package into a Moo class that inherits from Dancer2::Plugin. The base class provides the plugin with two attributes: "app", which is populate...
CROMEDOME/Dancer2-0.400001 - 05 Feb 2023 23:42:54 UTC - Search in distribution- dancer2 - Dancer2 command line interface
- Dancer2::Config - Configure Dancer2 to suit your needs
- Dancer2 - Lightweight yet powerful web application framework
- 10 more results from Dancer2 »
lib/Web/DataService/Plugin/Dancer.pm
MMCCLENN/Web-DataService-0.42
-
20 Dec 2018 03:18:00 UTC
-
Search in distribution
- Web::DataService - a framework for building data service applications for the Web
- Web::DataService::Request - object class for data service requests
- Web::DataService::Configuration::Node - how to configure data service nodes
- 2 more results from Web-DataService »
Dist::Zilla::PluginBundle::Dancer - dzil plugins used by Dancer projects
This is the plugin bundle that the core Dancer crew use to release their distributions. It's roughly equivalent to [GatherDir] [PruneCruft] [ManifestSkip] [ExecDir] [AutoPrereqs] [MetaProvides::Package] [License] [MakeMaker] [MetaYAML] [MetaJSON] [Gi...
YANICK/Dist-Zilla-PluginBundle-Dancer-0.0013 - 23 May 2015 15:25:49 UTC - Search in distribution
Dancer2::Plugin::Pg - PostgreSQL connection for Dancer2
LUCAS/Dancer2-Plugin-Pg-0.07
-
30 May 2016 11:24:32 UTC
-
Search in distribution
Dancer2::Plugin::JWT - JSON Web Token made simple for Dancer2
Registers the "jwt" keyword that can be used to set or retrieve the payload of a JSON Web Token. To this to work it is required to have a secret defined in your config.yml file: plugins: JWT: secret: "string or path to private RSA/EC key" # default, ...
AMBS/Dancer2-Plugin-JWT-0.021 - 21 Apr 2023 19:19:27 UTC - Search in distribution
Dancer2::Plugin::RPC - Namespace for XMLRPC, JSONRPC2 and RESTRPC plugins
This module contains plugins for Dancer2: Dancer2::Plugin::RPC::XMLRPC, Dancer2::Plugin::RPC::JSONRPC and Dancer2::Plugin::RPC::RESTRPC. Dancer2::Plugin::RPC::XMLRPC This plugin exposes the new keyword "xmlrpc" that is followed by 2 arguments: the en...
ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC - Search in distribution- Dancer2::Plugin::RPC::XMLRPC - XMLRPC Plugin for Dancer2
- Dancer2::Plugin::RPC::RESTRPC - RESTRPC Plugin for Dancer
- Dancer2::Plugin::RPC::JSONRPC - Dancer Plugin to register jsonrpc2 methods.
- 19 more results from Dancer2-Plugin-RPC »
Dancer2::Plugin::Res - Dancer2 add-on for setting status/response.
This is an honest attempt to make Dancer::Plugin::Res to be Dancer2 friendly. It should behave same as it's twin as nothing has changed in functionality. I needed a Dancer2 compatible version of Dancer::Plugin::Res for my other work available on gith...
MANWAR/Dancer2-Plugin-Res-0.10 - 04 Nov 2019 00:43:22 UTC - Search in distribution
Dancer2::Plugin::Ajax - a plugin for adding Ajax route handlers
The "ajax" keyword which is exported by this plugin allows you to define a route handler optimized for Ajax queries. The route handler code will be compiled to behave like the following: * Pass if the request header X-Requested-With doesn't equal XML...
CROMEDOME/Dancer2-Plugin-Ajax-0.400000 - 13 Nov 2018 02:52:32 UTC - Search in distribution
Dancer2::Plugin::CSRF - CSRF tokens generation and validation
This module provides two methods "get_csrf_token()" and "validate_csrf_token($token)". Master token stored in session. CSRF tokens generated using master token and page uri....
JUMPERCC/Dancer2-Plugin-CSRF-1.01 - 25 Dec 2016 11:17:57 UTC - Search in distribution
Dancer2::Plugin::Cart - Cart interface for Dancer2 applications
This plugin provides a easy way to manage a shopping cart in dancer2. All the information and data structure of the plugin will be manage by the session, so a good idea is to use a plugin in order to store the session data in the database. It was des...
AMORTEGUI/Dancer2-Plugin-Cart-1.0001 - 21 Jun 2017 14:25:48 UTC - Search in distribution
Dancer2::Plugin::DBIC - DBIx::Class interface for Dancer2 applications
This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword "schema" which returns a DBIx::Class::Schema object. It also exports the keywords "resultset" and "rset". You just need ...
IRONCAMEL/Dancer2-Plugin-DBIC-0.0100 - 29 Sep 2017 01:09:27 UTC - Search in distribution
Dancer2::Plugin::Etcd
The "etcd" keyword which is exported by this plugin allows you to connect directly to etcd v3 api....
HEXFUSION/Dancer2-Plugin-Etcd-0.011 - 20 Jun 2017 01:17:06 UTC - Search in distribution- Dancer2::Plugin::Etcd::CLI
- shepherd - Dancer configuration manager.
Dancer2::Plugin::Feed - Easy to generate feed rss or atom for Dancer2 applications.
Provides an easy way to generate RSS or Atom feed. This module relies on XML::Feed. Please, consult the documentation of XML::Feed and XML::Feed::Entry....
HOBBESTIG/Dancer2-Plugin-Feed-1.160550 - 24 Feb 2016 22:02:55 UTC - Search in distribution
Dancer2::Plugin::Menu - Automatically generate an HTML menu for your Dancer2 app
This module generates HTML for routes wrapped in the "menu_item" keyword. Menu items will be injected into the template wherever the "<% menu %>" tag is located. Child menu items are wrapped in "<li>" HTML tags which are themselves wrapped in a "<ul>...
STEVIED/Dancer2-Plugin-Menu-0.009 - 20 Nov 2018 09:41:50 UTC - Search in distribution
Dancer2::Plugin::REST - A plugin for writing RESTful apps with Dancer2
This plugin helps you write a RESTful webservice with Dancer2....
YANICK/Dancer2-Plugin-REST-1.02 - 20 Jul 2017 23:54:13 UTC - Search in distribution