Search results for "Dancer::Plugin::"
Dancer::Plugin::Queue::SQS - SQS Adapter for Dancer::Plugin::Queue
This module implements a Dancer::Plugin::Queue using Amazon::SQS::Simple....
CASAO/Dancer-Plugin-Queue-SQS-1.0.0 - 27 Apr 2015 22:50:33 UTC - Search in distribution
Dancer::Plugin::RequireSSL - Configure your application to redirect all incoming requests to HTTPS
HOBBESTIG/Dancer-Plugin-RequireSSL-0.121370
-
16 May 2012 21:30:22 UTC
-
Search in distribution
Dancer::Plugin::SimpleCRUD - very simple CRUD (create/read/update/delete)
A plugin for Dancer web applications, to use a few lines of code to create appropriate routes to support creating/editing/deleting/viewing records within a database table. Uses CGI::FormBuilder to generate, process and validate forms, Dancer::Plugin:...
BIGPRESH/Dancer-Plugin-SimpleCRUD-1.16 - 25 Oct 2018 21:28:01 UTC - Search in distribution
Dancer::Plugin::StreamData - stream long responses instead of sending them in one piece
This plugin is useful for situations in which a Dancer application wants to return a large set of data such as the results from a database query. This is especially important where the result set might total tens or hundreds of megabytes, which would...
MMCCLENN/Dancer-Plugin-StreamData-0.9 - 02 Oct 2014 01:41:09 UTC - Search in distribution
Dancer::Plugin::Auth::Basic - Basic HTTP authentication for Dancer web apps
Dancer::Plugin::Auth::Basic adds basic HTTP authentication to Dancer web applications....
ODYNIEC/Dancer-Plugin-Auth-Basic-0.030 - 14 Apr 2014 20:46:55 UTC - Search in distribution
Dancer::Plugin::BeforeRoute - A before hook for a specify route or routes
Dancer provides hook before to do everythings before going any route. This plugin is to provide a little bit more specifically hook before route or route(s) executed....
MICVU/Dancer-Plugin-BeforeRoute-2.0 - 11 Aug 2016 00:45:31 UTC - Search in distribution- Dancer2::Plugin::BeforeRoute - A before hook for a specify route or routes
Dancer::Plugin::EmailSender - Easily use Email::Sender from Dancer
This plugin makes constructing and sending emails from Dancer applications as simple and flexible as possible. Since it uses Email::Sender, in many cases, no explicit configuration may be required, though several configuration options are available....
MDORMAN/Dancer-Plugin-EmailSender-0.002 - 06 Nov 2012 20:16:22 UTC - Search in distribution
Dancer::Plugin::PageHistory - store recent page history for user into session
The "add_to_history" keyword which is exported by this plugin allows you to add interesting items to the history lists which are returned using the "history" keyword....
SYSPETE/Dancer-Plugin-PageHistory-0.102 - 21 Sep 2015 09:05:50 UTC - Search in distribution- Dancer::Plugin::PageHistory::Page - Page object for Dancer::Plugin::PageHistory
- Dancer::Plugin::PageHistory::PageSet - collection of pages with accessors
Dancer::Plugin::Apache::Solr - Apache::Solr interface for Dancer applications
This plugin makes it very easy to create Dancer applications that interface with the Apache Solr search engine. It automatically exports the keyword "solr" which returns an Apache::Solr object. You just need to configure your connection information. ...
PERRETTDL/Dancer-Plugin-Apache-Solr-0.001 - 27 Jul 2015 13:07:13 UTC - Search in distribution
Dancer::Plugin::Auth::Github - Authenticate with Github
GIDEON/Dancer-Plugin-Auth-Github-0.04
-
14 Jan 2013 14:44:27 UTC
-
Search in distribution
Dancer::Plugin::Auth::Google - Authenticate with Google
This plugin provides a simplpe way to authenticate your users through Google's OAuth API. It provides you with a helper to build easily a redirect to the authentication URI, defines automatically a callback route handler and saves the authenticated u...
GARU/Dancer-Plugin-Auth-Google-0.07 - 28 Feb 2019 20:01:41 UTC - Search in distribution
Dancer::Plugin::DebugToolbar - A debugging toolbar for Dancer web applications
Dancer::Plugin::DebugToolbar allows you to add a debugging toolbar to your Dancer web application....
ODYNIEC/Dancer-Plugin-DebugToolbar-0.016 - 14 Sep 2011 17:29:58 UTC - Search in distribution
Dancer::Plugin::DetectRobots - Dancer plugin to determine if the user is a robot
A plugin for Dancer applications providing a keyword, is_robot, which tests request->user_agent and returns 1 if the user_agent appears to be a robot. To use, simply call is_robot whenever/wherever you would like to know if the user is a bot or a hum...
DBUSAROW/Dancer-Plugin-DetectRobots-0.6 - 15 Sep 2014 23:46:45 UTC - Search in distribution
Dancer::Plugin::ElasticModel - Use Elastic::Model in your Dancer application
Easy access to your Elastic::Model-based application from within your Dancer apps....
DRTECH/Dancer-Plugin-ElasticModel-0.08 - 17 Mar 2014 13:03:23 UTC - Search in distribution
Dancer::Plugin::FlashMessage - Dancer plugin to display temporary messages, so called "flash messages".
This plugin helps you display temporary messages, so called "flash messages". It provides a "flash()" method to define the message. The plugin then takes care of attaching the content to the session, propagating it to the templating system, and then ...
DAMS/Dancer-Plugin-FlashMessage-0.314 - 06 Nov 2011 10:07:58 UTC - Search in distribution
Dancer::Plugin::JSON::Schema - JSON::Schema interface for Dancer applications
This plugin makes it very easy to create Dancer applications that interface with JSON Schema. It automatically exports the keyword "json_schema" which returns an JSON::Schema object. You just need to configure where to get the schema from. For perfor...
PERRETTDL/Dancer-Plugin-JSON-Schema-0.001 - 27 Jul 2015 13:03:05 UTC - Search in distribution
Dancer::Plugin::LibraryThing - Plugin for LibraryThing APIs.
Retrieves book covers from LibraryThing based on ISBN-10 numbers. Please checkout the terms of use first....
HORNBURG/Dancer-Plugin-LibraryThing-0.0003 - 09 Apr 2012 06:50:38 UTC - Search in distribution
Dancer::Plugin::MobileDevice - make a Dancer app mobile-aware
A plugin for Dancer-powered webapps to easily detect mobile clients and offer a simplified layout, and/or act in different ways. The plugin offers a "is_mobile_device" keyword, which returns true if the device is recognised as a mobile device. It can...
YANICK/Dancer-Plugin-MobileDevice-0.06 - 22 Dec 2017 22:40:43 UTC - Search in distribution
Dancer::Plugin::RPC::RESTISH - Simple plugin to implement a restish interface.
RESTISH is an implementation of REST that lets you bind routes to code in the style the rest of Dancer::Plugin::RPC modules do. One must realise that this basically binds REST-paths to RPC-methods (that's not ideal, but saves a lot of code). This ver...
ABELTJE/Dancer-Plugin-RPC-RESTISH-1.01 - 19 Feb 2020 09:47:20 UTC - Search in distribution
Dancer::Plugin::TimeRequests - log how long requests take and which routes are slow
A simple Dancer plugin to log how long each request took to process, and also to gather stats on the average response time for each route - so you can see at a glance which routes are taking longer than you'd like, therefore where you ought to start ...
BIGPRESH/Dancer-Plugin-TimeRequests-0.06 - 09 Dec 2012 13:35:38 UTC - Search in distribution