Search results for "module:Mojolicious"
Mojolicious - Real-time web framework
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. Нужен только развернутый конфиг.
MCHE/Mojolicious-Che-0.09191
-
03 Jul 2021 06:17:28 UTC
Mojolicious::Lite - Micro real-time web framework
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.
POPEFELIX/Mojolicious-Quick-0.003
-
22 Nov 2018 04:53:09 UTC
Mojolicious::Types - MIME types
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
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
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
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
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
Mojolicious::Plugins is the plugin manager of Mojolicious....
SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC
Mojolicious::Service - Mojolicious框架中所有Service的基类(具体的Service需要用户实现)!
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
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
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管理插件。
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
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
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
Mojolicious::Validator validates values for Mojolicious....
SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC
Mojolicious::Controller - Controller base class
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