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 url"

Mojo::URL - Uniform Resource Locator River stage four • 943 direct dependents • 1041 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.36 - 08 Mar 2024 22:16:38 UTC

ojo - Fun one-liners with Mojo River stage four • 943 direct dependents • 1041 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.36 - 08 Mar 2024 22:16:38 UTC

Test::Mojo - Testing Mojo River stage four • 943 direct dependents • 1041 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.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Path - Path River stage four • 943 direct dependents • 1041 total dependents

Mojo::Path is a container for paths used by Mojo::URL, based on RFC 3986 <https://tools.ietf.org/html/rfc3986>....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Util - Portable utility functions River stage four • 943 direct dependents • 1041 total dependents

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

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

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.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Promise - Promises/A+ River stage four • 943 direct dependents • 1041 total dependents

Mojo::Promise is a Perl-ish implementation of Promises/A+ <https://promisesaplus.com> and a superset of ES6 Promises <https://duckduckgo.com/?q=\mdn%20Promise>....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::UserAgent - Non-blocking I/O HTTP and WebSocket user agent River stage four • 943 direct dependents • 1041 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.36 - 08 Mar 2024 22:16:38 UTC

Mojo::ByteStream - ByteStream River stage four • 943 direct dependents • 1041 total dependents

Mojo::ByteStream is a scalar-based container for bytestreams that provides a more friendly API for many of the functions in Mojo::Util. # Access scalar directly to manipulate bytestream my $stream = Mojo::ByteStream->new('foo'); $$stream .= 'bar';...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Parameters - Parameters River stage four • 943 direct dependents • 1041 total dependents

Mojo::Parameters is a container for form parameters used by Mojo::URL, based on RFC 3986 <https://tools.ietf.org/html/rfc3986> and the HTML Living Standard <https://html.spec.whatwg.org>....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Transaction - Transaction base class River stage four • 943 direct dependents • 1041 total dependents

Mojo::Transaction is an abstract base class for transactions, like Mojo::Transaction::HTTP and Mojo::Transaction::WebSocket....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Server::CGI - CGI server River stage four • 943 direct dependents • 1041 total dependents

Mojo::Server::CGI is a simple and portable implementation of RFC 3875 <https://tools.ietf.org/html/rfc3875>. See "DEPLOYMENT" in Mojolicious::Guides::Cookbook for more....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Server::PSGI - PSGI server River stage four • 943 direct dependents • 1041 total dependents

Mojo::Server::PSGI allows Mojolicious applications to run on all PSGI compatible servers. See "DEPLOYMENT" in Mojolicious::Guides::Cookbook for more....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

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

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Server::Daemon - Non-blocking I/O HTTP and WebSocket server River stage four • 943 direct dependents • 1041 total dependents

Mojo::Server::Daemon is a full featured, highly portable non-blocking I/O HTTP and WebSocket server, with IPv6, TLS, SNI, Comet (long polling), keep-alive and multiple event loop support. For better scalability (epoll, kqueue) and to provide non-bloc...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Server::Prefork - Pre-forking non-blocking I/O HTTP and WebSocket server River stage four • 943 direct dependents • 1041 total dependents

Mojo::Server::Prefork 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::Daemon, with IPv6, TLS, SNI, UNIX domain socket, Comet (long polling), keep...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Message::Request - HTTP request River stage four • 943 direct dependents • 1041 total dependents

Mojo::Message::Request is a container for HTTP requests, based on RFC 7230 <https://tools.ietf.org/html/rfc7230>, RFC 7231 <https://tools.ietf.org/html/rfc7231>, RFC 7235 <https://tools.ietf.org/html/rfc7235> and RFC 2817 <https://tools.ietf.org/html...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 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.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Transaction::HTTP - HTTP transaction River stage four • 943 direct dependents • 1041 total dependents

Mojo::Transaction::HTTP is a container for HTTP transactions, based on RFC 7230 <https://tools.ietf.org/html/rfc7230> and RFC 7231 <https://tools.ietf.org/html/rfc7231>....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Guides::FAQ - Frequently Asked Questions River stage four • 943 direct dependents • 1041 total dependents

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC
29 results (0.035 seconds)