The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Mojolicious mojolicious"

Mojolicious - Real-time web framework River stage four • 980 direct dependents • 1098 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.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Lite - Micro real-time web framework River stage four • 980 direct dependents • 1098 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.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Types - MIME types River stage four • 980 direct dependents • 1098 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.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Guides - The Mojolicious Guide to the Galaxy River stage four • 980 direct dependents • 1098 total dependents

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Static - Serve static files River stage four • 980 direct dependents • 1098 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.37 - 13 May 2024 17:48:56 UTC

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

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

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Plugin - Plugin base class River stage four • 980 direct dependents • 1098 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.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Command - Command base class River stage four • 980 direct dependents • 1098 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.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Plugins - Plugin manager River stage four • 980 direct dependents • 1098 total dependents

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

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Renderer - Generate dynamic content River stage four • 980 direct dependents • 1098 total dependents

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

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Commands - Command line interface River stage four • 980 direct dependents • 1098 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.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Sessions - Session manager based on signed cookies River stage four • 980 direct dependents • 1098 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.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Validator - Validate values River stage four • 980 direct dependents • 1098 total dependents

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

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Controller - Controller base class River stage four • 980 direct dependents • 1098 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.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Guides::FAQ - Frequently Asked Questions River stage four • 980 direct dependents • 1098 total dependents

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Command::get - Get command River stage four • 980 direct dependents • 1098 total dependents

Mojolicious::Command::get performs requests to remote hosts or local applications. This is a core command, that means it is always enabled and its code a good example for learning to build new commands, you're welcome to fork it. See "COMMANDS" in Mo...

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Command::cgi - CGI command River stage four • 980 direct dependents • 1098 total dependents

Mojolicious::Command::cgi starts applications with the Mojo::Server::CGI backend. This is a core command, that means it is always enabled and its code a good example for learning to build new commands, you're welcome to fork it. See "COMMANDS" in Moj...

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Plugin::Mount - Application mount plugin River stage four • 980 direct dependents • 1098 total dependents

Mojolicious::Plugin::Mount is a plugin that allows you to mount whole Mojolicious applications. The code of this plugin is a good example for learning to build new plugins, you're welcome to fork it. See "PLUGINS" in Mojolicious::Plugins for a list o...

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Command::psgi - PSGI command River stage four • 980 direct dependents • 1098 total dependents

Mojolicious::Command::psgi starts applications with the Mojo::Server::PSGI backend. This is a core command, that means it is always enabled and its code a good example for learning to build new commands, you're welcome to fork it. See "COMMANDS" in M...

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Mojolicious::Routes::Match - Find routes River stage four • 980 direct dependents • 1098 total dependents

Mojolicious::Routes::Match finds routes in Mojolicious::Routes structures....

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC
123 results (0.039 seconds)