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 "distribution:Mojolicious SRI"

ojo - Fun one-liners with Mojo River stage four • 980 direct dependents • 1098 total dependents

A collection of automatically exported functions for fun Perl one-liners. Ten redirects will be followed by default, you can change this behavior with the "MOJO_MAX_REDIRECTS" environment variable. $ MOJO_MAX_REDIRECTS=0 perl -Mojo -E 'say g("example...

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

Mojo::File - File system paths River stage four • 980 direct dependents • 1098 total dependents

Mojo::File is a scalar-based container for file system paths that provides a friendly API for dealing with different operating systems. # Access scalar directly to manipulate path my $path = Mojo::File->new('/home/sri/test'); $$path .= '.txt';...

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

Mojo::URL - Uniform Resource Locator River stage four • 980 direct dependents • 1098 total dependents

Mojo::URL implements a subset of RFC 3986 <https://tools.ietf.org/html/rfc3986>, RFC 3987 <https://tools.ietf.org/html/rfc3987> and the URL Living Standard <https://url.spec.whatwg.org> for Uniform Resource Locators with support for IDNA and IRIs....

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

Mojo::Util - Portable utility functions River stage four • 980 direct dependents • 1098 total dependents

Mojo::Util provides portable utility functions for Mojo....

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

Test::Mojo - Testing Mojo River stage four • 980 direct dependents • 1098 total dependents

Test::Mojo is a test user agent based on Mojo::UserAgent, it is usually used together with Test::More to test Mojolicious applications. Just run your tests with prove. $ prove -l -v $ prove -l -v t/foo.t If it is not already defined, the "MOJO_LOG_LE...

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

Mojo::Asset - HTTP content storage base class River stage four • 980 direct dependents • 1098 total dependents

Mojo::Asset is an abstract base class for HTTP content storage backends, like Mojo::Asset::File and Mojo::Asset::Memory....

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

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

Mojo::Upload - Upload River stage four • 980 direct dependents • 1098 total dependents

Mojo::Upload is a container for uploaded files....

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

Mojo::Server - HTTP/WebSocket server base class River stage four • 980 direct dependents • 1098 total dependents

Mojo::Server is an abstract base class for HTTP/WebSocket servers and server interfaces, like Mojo::Server::CGI, Mojo::Server::Daemon, Mojo::Server::Hypnotoad, Mojo::Server::Morbo, Mojo::Server::Prefork and Mojo::Server::PSGI....

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

Mojo::UserAgent - Non-blocking I/O HTTP and WebSocket user agent River stage four • 980 direct dependents • 1098 total dependents

Mojo::UserAgent is a full featured non-blocking I/O HTTP and WebSocket user agent, with IPv6, TLS, SNI, IDNA, HTTP/SOCKS5 proxy, UNIX domain socket, Comet (long polling), Promises/A+, keep-alive, connection pooling, timeout, cookie, multipart, gzip c...

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

Mojo::Asset::File - File storage for HTTP content River stage four • 980 direct dependents • 1098 total dependents

Mojo::Asset::File is a file storage backend for HTTP content....

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

Mojo::Asset::Memory - In-memory storage for HTTP content River stage four • 980 direct dependents • 1098 total dependents

Mojo::Asset::Memory is an in-memory storage backend for HTTP content....

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

Mojo::Server::Morbo - Tonight at 11...DOOOOOOOOOOOOOOOM! River stage four • 980 direct dependents • 1098 total dependents

Mojo::Server::Morbo is a full featured, self-restart capable non-blocking I/O HTTP and WebSocket server, built around the very well tested and reliable Mojo::Server::Daemon, with IPv6, TLS, SNI, UNIX domain socket, Comet (long polling), keep-alive an...

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

Mojo::IOLoop::Client - Non-blocking TCP/IP and UNIX domain socket client River stage four • 980 direct dependents • 1098 total dependents

Mojo::IOLoop::Client opens TCP/IP and UNIX domain socket connections for Mojo::IOLoop....

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::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::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::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

Mojo::Server::Hypnotoad - A production web serv...ALL GLORY TO THE HYPNOTOAD! River stage four • 980 direct dependents • 1098 total dependents

Mojo::Server::Hypnotoad is a full featured, UNIX optimized, pre-forking non-blocking I/O HTTP and WebSocket server, built around the very well tested and reliable Mojo::Server::Prefork, with IPv6, TLS, SNI, UNIX domain socket, Comet (long polling), k...

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