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

Search results for "Dancer::Plugin::"

Dancer::Plugin - helper for writing Dancer plugins River stage three • 214 direct dependents • 218 total dependents

Create plugins for Dancer...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Dancer::Plugin::Tapir - Associate a Tapir handler with Dancer routes River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::CDN - Serve static files with unique URLs and far-future expiry River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::MPD - easy connection to MPD from Dancer apps River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::RPC - Configure endpoints for XMLRPC, JSONRPC and RESTRPC procedures River stage one • 1 direct dependent • 1 total dependent

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 - Search in distribution

Dancer::Plugin::Res - Syntax sugar for setting the status and returning a response River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::SMS - Easy SMS text message sending from Dancer apps River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::CORS - A plugin for using cross origin resource sharing River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::CRUD - A plugin for writing RESTful apps with Dancer River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::DBIC - DBIx::Class interface for Dancer applications River stage one • 6 direct dependents • 7 total dependents

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 - Search in distribution

Dancer::Plugin::Feed - Easy to generate feed rss or atom for Dancer applications. River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::I18N - Internationalization for Dancer River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::LDAP - LDAP plugin for Dancer micro framework River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::Lucy - Lucy interface for Dancer applications River stage zero No dependents

EDIPRETO/Dancer-Plugin-Lucy-0.005 - 19 Sep 2013 10:38:32 UTC - Search in distribution

Dancer::Plugin::REST - A plugin for writing RESTful apps with Dancer River stage one • 4 direct dependents • 6 total dependents

This plugin helps you write a RESTful webservice with Dancer....

YANICK/Dancer-Plugin-REST-0.11 - 25 Mar 2014 12:06:40 UTC - Search in distribution

Dancer::Plugin::Swig - A plugin for swig client River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::Tail - Tail a file from Dancer River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::UUID - Maintain unique identifiers for each visitor of the application. River stage zero No dependents

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 - Search in distribution

Dancer::Plugin::Form - Dancer form handler for Template::Flute template engine River stage zero No dependents

"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 - Search in distribution

Dancer::Plugin::Async - Dancer plugin to write async request handlers with Twiggy River stage zero No dependents

This plugin helps you to write async web applications (or partly async web apps) using Twiggy and Dancer. It provides the "async" keyword and a default Application that you can use with Plack....

MSTPLBG/Dancer-Plugin-Async-0.001 - 17 Apr 2011 15:27:00 UTC - Search in distribution
363 results (0.126 seconds)