Search results for "module:Dancer::Plugin"
Dancer::Plugin - helper for writing Dancer plugins
Create plugins for Dancer...
YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
Dancer::Plugin::Tapir - Associate a Tapir handler with Dancer routes
The goal of this package is to quickly and without fuss expose a Tapir service via Dancer via a RESTful API. Doing so requires no additional coding, and only requires a simple comment added to your Thrift methods. This plugin exports the method "setu...
EWATERS/Dancer-Plugin-Tapir-0.05 - 29 Mar 2013 15:30:28 UTC
Dancer::Plugin::SMS - Easy SMS text message sending from Dancer apps
Provides a quick and easy way to send SMS messages using SMS::Send drivers (of which there are many, so chances are the service you want to use is already supported; if not, they're easy to write, and if you want to change providers later, you can si...
BIGPRESH/Dancer-Plugin-SMS-0.02 - 29 Oct 2014 12:48:06 UTC
Dancer::Plugin::Res - Syntax sugar for setting the status and returning a response
This Dancer plugin provides the keyword "res()", which stands for response. It allows you to set the response and return a body in one shot. return res 400, { msg => reason }; is equivalent to: status 400; return { msg => reason }; I made this plugin...
IRONCAMEL/Dancer-Plugin-Res-0.0003 - 18 May 2012 09:21:47 UTC
Dancer::Plugin::CDN - Serve static files with unique URLs and far-future expiry
This plugin generates URLs for your static files that include a content hash so that the URLs will change when the content changes. The plugin also arranges for the files to be served with cache-control and expiry headers to enable the content to be ...
GRANTM/Dancer-Plugin-CDN-1.002 - 11 Sep 2016 04:47:54 UTC
Dancer::Plugin::MPD - easy connection to MPD from Dancer apps
Provides an easy way to connect to MPD (www.musicpd.org) from a Dancer app. Handles obtaining the connection, making sure the connection is still alive, and reconnecting if not....
BIGPRESH/Dancer-Plugin-MPD-0.03 - 02 Jan 2012 18:48:48 UTC
Dancer::Plugin::RPC - Configure endpoints for XMLRPC, JSONRPC and RESTRPC procedures
This module contains plugins for Dancer: Dancer::Plugin::RPC::XMLRPC, Dancer::Plugin::RPC::JSONRPC and Dancer::Plugin::RPC::RESTRPC. Dancer::Plugin::RPC::XMLRPC This plugin exposes the new keyword "xmlrpc" that is followed by 2 arguments: the endpoin...
ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC
Dancer::Plugin::UUID - Maintain unique identifiers for each visitor of the application.
This plugin takes care of dropping a cookie with a unique user identifier on each visitor of the web application. The ID follows the UUID <http://en.wikipedia.org/wiki/Universally_unique_identifier> spec and is generated randomly on the second visit ...
SUKRIA/Dancer-Plugin-UUID-0.004 - 06 Feb 2015 10:27:49 UTC
Dancer::Plugin::CRUD - A plugin for writing RESTful apps with Dancer
This plugin is derived from Dancer::Plugin::REST and helps you write a RESTful webservice with Dancer....
ZURBORG/Dancer-Plugin-CRUD-1.031 - 17 Dec 2014 16:13:00 UTC
Dancer::Plugin::I18N - Internationalization for Dancer
Supports mo/po files and Maketext classes under your application's I18N namespace. Dancer::Plugin::I18N add Locale::Maketext::Simple to your Dancer application...
KOCEASY/Dancer-Plugin-I18N-0.43 - 02 Feb 2016 22:06:01 UTC
Dancer::Plugin::LDAP - LDAP plugin for Dancer micro framework
Provides an easy way to obtain a connected LDAP handle by simply calling the ldap keyword within your Dancer application. Returns a Dancer::Plugin::LDAP::Handle object, which is a subclass of a Net::LDAP handle object, so it does everything you'd exp...
HORNBURG/Dancer-Plugin-LDAP-0.0050 - 05 Sep 2013 11:24:35 UTC
Dancer::Plugin::Ajax - a plugin for adding Ajax route handlers
The "ajax" keyword which is exported by this plugin allow 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 XMLH...
YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
Dancer::Plugin::DBIC - DBIx::Class interface for Dancer applications
This plugin makes it very easy to create Dancer applications that interface with databases. It automatically exports the keyword "schema" which returns a DBIx::Class::Schema object. You just need to configure your database connection information. For...
IRONCAMEL/Dancer-Plugin-DBIC-0.2104 - 09 Nov 2015 12:27:52 UTC
Dancer::Plugin::REST - A plugin for writing RESTful apps with Dancer
This plugin helps you write a RESTful webservice with Dancer....
YANICK/Dancer-Plugin-REST-0.11 - 25 Mar 2014 12:06:40 UTC
Dancer::Plugin::Lucy - Lucy interface for Dancer applications
EDIPRETO/Dancer-Plugin-Lucy-0.005
-
19 Sep 2013 10:38:32 UTC
Dancer::Plugin::Tail - Tail a file from Dancer
This plugin will allow you to tail a file from within Dancer. It's designed to be unobtrusive. So, it is functional just by calling it from your scripts. Add or remove entries from the configuration file to activate or deactivate files that may be vi...
JACKB/Dancer-Plugin-Tail-0.0003 - 03 Aug 2015 20:47:01 UTC
Dancer::Plugin::CORS - A plugin for using cross origin resource sharing
Cross origin resource sharing is a feature used by modern web browser to bypass cross site scripting restrictions. A webservice can provide those rules from which origin a client is allowed to make cross-site requests. This module helps you to setup ...
ZURBORG/Dancer-Plugin-CORS-0.13 - 25 Nov 2014 09:36:21 UTC
Dancer::Plugin::Form - Dancer form handler for Template::Flute template engine
"Dancer::Plugin::Form" is used for forms with the Dancer::Template::TemplateFlute templating engine. Form fields, values and errors are stored into and loaded from the session key "form"....
HORNBURG/Dancer-Template-TemplateFlute-0.0142 - 20 Apr 2015 14:42:44 UTC
Dancer::Plugin::Swig - A plugin for swig client
Dancer::Plugin::Swig provides syntax to interact with a Swig as a service application....
LOGIE/Dancer-Plugin-Swig-0.02 - 25 Jun 2014 03:06:38 UTC
Dancer::Plugin::Feed - Easy to generate feed rss or atom for Dancer 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/Dancer-Plugin-Feed-1.131470 - 27 May 2013 14:26:10 UTC