Search results for "module:Mojolicious"

Mojolicious - Real-time web framework River stage four • 943 direct dependents • 1041 total dependents

An amazing real-time web framework built on top of the powerful Mojo web development toolkit. With support for RESTful routes, plugins, commands, Perl-ish templates, content negotiation, session management, form validation, testing framework, static ...

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Che - Мой базовый модуль для приложений Mojolicious. Нужен только развернутый конфиг. River stage zero No dependents

MCHE/Mojolicious-Che-0.09191 - 03 Jul 2021 06:17:28 UTC

Mojolicious::Lite - Micro real-time web framework River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Lite is a tiny domain specific language built around Mojolicious, made up of only about a dozen Perl functions. On Perl 5.20+ you can also use a "-signatures" flag to enable support for subroutine signatures. use Mojolicious::Lite -signa...

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Quick - A quick way of generating a simple Mojolicious app. River stage zero No dependents

POPEFELIX/Mojolicious-Quick-0.003 - 22 Nov 2018 04:53:09 UTC

Mojolicious::Types - MIME types River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Types manages MIME types for Mojolicious. appcache -> text/cache-manifest atom -> application/atom+xml bin -> application/octet-stream css -> text/css gif -> image/gif gz -> application/x-gzip htm -> text/html html -> text/html;charset=U...

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Static - Serve static files River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Static is a static file server with "Range", "If-Modified-Since" and "If-None-Match" support, based on RFC 7232 <https://tools.ietf.org/html/rfc7232> and RFC 7233 <https://tools.ietf.org/html/rfc7233>....

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Routes - Always find your destination with routes River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Routes is the core of the Mojolicious web framework. See Mojolicious::Guides::Routing for more....

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Plugin - Plugin base class River stage four • 943 direct dependents • 1041 total dependents

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.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Command - Command base class River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Command is an abstract base class for Mojolicious commands. See "COMMANDS" in Mojolicious::Commands for a list of commands that are available by default....

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Plugins - Plugin manager River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Plugins is the plugin manager of Mojolicious....

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Service - Mojolicious框架中所有Service的基类(具体的Service需要用户实现)! River stage zero No dependents

Mojolicious框架中所有Service的基类(具体的Service需要用户实现)! POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'Mojolicious框架中所有Service的基类(具体的Service需要用户实现)!'. Assuming ...

WFSO/Mojolicious-Services-2.1.0 - 26 Feb 2018 10:02:13 UTC

Mojolicious::Commands - Command line interface River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Commands is the interactive command line interface for the Mojolicious framework. It will automatically detect available commands in the "Mojolicious::Command" and "Mojolicious::Command::Author" namespaces....

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Renderer - Generate dynamic content River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Renderer is the standard Mojolicious renderer. See Mojolicious::Guides::Rendering for more....

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Services - Mojolicious::Services 是为Mojolicious框架提供的Service管理插件。 River stage zero No dependents

Mojolicious::services是为Mojolicious框架提供Service支持的模块。 POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'Mojolicious::services是为Mojolicious框架提供Service支持的模块。...

WFSO/Mojolicious-Services-2.1.0 - 26 Feb 2018 10:02:13 UTC

Mojolicious::Sessions - Session manager based on signed cookies River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Sessions manages sessions based on signed cookies for Mojolicious. All data gets serialized with Mojo::JSON and stored Base64 encoded on the client-side, but is protected from unwanted changes with a HMAC-SHA256 signature....

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Component - Module-based Template Class River stage zero No dependents

This package provides an abstract base class for rendering derived component-based template (partials) classes....

AWNCORP/Mojolicious-Plugin-Component-0.04 - 07 Jan 2021 19:41:19 UTC

Mojolicious::Validator - Validate values River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Validator validates values for Mojolicious....

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Controller - Controller base class River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Controller is the base class for your Mojolicious controllers. It is also the default controller class unless you set "controller_class" in Mojolicious....

SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC

Mojolicious::Matterbridge - a simplistic module to connect to chat servers via matterbridge River stage zero No dependents

CORION/Mojolicious-Matterbridge-0.02 - 28 Jan 2021 22:05:19 UTC

lib/Mojolicious/DBIxCustom.pm River stage zero No dependents

WFSO/Mojolicious-Plugin-DBIxCustom-1.2.1 - 13 Mar 2018 08:47:35 UTC
784 results (0.02 seconds)