Search results for "module:Mojolicious::Plugin"
Mojolicious::Plugin - Plugin base class
Mojolicious::Plugin is an abstract base class for Mojolicious plugins. See "PLUGINS" in Mojolicious::Plugins for a list of plugins that are available by default....
SRI/Mojolicious-9.34 - 11 Sep 2023 18:34:53 UTC
Mojolicious::Plugin::CGI - Run CGI script from Mojolicious
This plugin enables Mojolicious to run Perl CGI scripts. It does so by forking a new process with a modified environment and reads the STDOUT in a non-blocking manner....
JHTHORSEN/Mojolicious-Plugin-CGI-0.40 - 15 Dec 2018 07:00:58 UTC
Mojolicious::Plugin::Rex - The great new Mojolicious::Plugin::Rex!
PINGAN/Mojolicious-Plugin-Rex-0.01
-
26 Jul 2020 06:27:18 UTC
Mojolicious::Plugin::AWS - AWS via Mojolicious
Mojolicious::Plugin::AWS is a Mojolicious plugin for accessing Amazon Web Service resources. This module is ALPHA QUALITY meaning its interface is likely to change in backward-incompatible ways. See the "CAVEATS" section below....
SCOTTW/Mojolicious-Plugin-AWS-0.21 - 26 Feb 2020 03:46:12 UTC
Mojolicious::Plugin::SMS - Easy SMS sending from Mojolicious 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...
YSYROTA/Mojolicious-Plugin-SMS-0.02 - 09 Mar 2015 12:24:28 UTC
Mojolicious::Plugin::CHI - Use CHI Caches in Mojolicious
Mojolicious::Plugin::CHI is a simple plugin to work with CHI caches within Mojolicious....
AKRON/Mojolicious-Plugin-CHI-0.20 - 14 Nov 2018 14:07:46 UTC
Mojolicious::Plugin::DSC - use DBIx::Simple::Class in your application.
Mojolicious::Plugin::DSC is a Mojolicious plugin that helps you use DBIx::Simple::Class in your application. It also adds an app attribute ("$app->dbix") and controller helper ("$c->dbix") which is a DBIx::Simple instance....
BEROV/Mojolicious-Plugin-DSC-1.006 - 01 Aug 2016 21:21:43 UTC
Mojolicious::Plugin::Geo - Mojolicious Plugin
Mojolicious::Plugin::Geo is a Mojolicious plugin. This plugin uses a geolocation server of an unknown provider. It is one of the more accurate I have found. I may add some free public ones later but have not had a chance....
ELBOW/Mojolicious-Plugin-Geo-0.02 - 18 Aug 2011 00:44:25 UTC
Mojolicious::Plugin::PPI - Mojolicious Plugin for Rendering Perl Code Using PPI
Mojolicious::Plugin::PPI is a Mojolicious plugin which adds Perl syntax highlighting via PPI and PPI::HTML. Perl is notoriously hard to properly syntax highlight, but since PPI is made especially for parsing Perl this plugin can help you show off you...
JBERGER/Mojolicious-Plugin-PPI-0.07 - 25 Jan 2015 16:27:11 UTC
Mojolicious::Plugin::Vue - The great new Mojolicious::Plugin::Vue!
PINGAN/Mojolicious-Plugin-Vue-0.01
-
26 Jul 2020 06:35:32 UTC
Mojolicious::Plugin::XRD - XRD Document Handling with Mojolicious
Mojolicious::Plugin::XRD is a plugin to support Extensible Resource Descriptor <http://docs.oasis-open.org/xri/xrd/v1.0/xrd-1.0.html> documents through XML::Loy::XRD. Additionally it supports the "rel" parameter of the WebFinger <http://tools.ietf.or...
AKRON/Mojolicious-Plugin-XRD-0.24 - 22 Nov 2022 16:28:39 UTC
Mojolicious::Plugin::ACME - ACME client integration for your Mojolicious app
Establishes a route at the top level of your application to handle the challenge request from the application server. Also loads configuration which is reused at multiple levels of the ACME cycle....
JBERGER/Mojo-ACME-0.13 - 14 Sep 2018 18:34:35 UTC
Mojolicious::Plugin::Gzip - Plugin to Gzip Mojolicious responses
Mojolicious::Plugin::Gzip gzips all responses equal to or greater than a "min_size" by using the "after_dispatch" in Mojolicious hook. Mojolicious::Plugin::Gzip will only gzip a response if all of these conditions are met: * The "accept_encoding" in ...
SRCHULO/Mojolicious-Plugin-Gzip-0.04 - 28 Apr 2019 22:41:32 UTC
Mojolicious::Plugin::Host - Easily get the host for the current request
Mojolicious::Plugin::Host allows you to easily access the host for the current request. You may use "helper" to change the name of the helper, or "www" to modify the host before it is returned....
SRCHULO/Mojolicious-Plugin-Host-0.01 - 14 Dec 2019 20:29:08 UTC
Mojolicious::Plugin::SNMP - The great new Mojolicious::Plugin::SNMP!
PINGAN/Mojolicious-Plugin-SNMP-0.01
-
26 Jul 2020 06:39:46 UTC
Mojolicious::Plugin::Crud - routing helper for RESTful operations
This Mojolicious plugin adds a routing helper for REST <http://en.wikipedia.org/wiki/Representational_state_transfer>ful CRUD <http://en.wikipedia.org/wiki/Create,_read,_update_and_delete> operations via HTTP to the app. The routes are intended, but ...
PINGAN/Mojolicious-Plugin-Crud-0.0.10 - 17 Feb 2020 01:18:44 UTC