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

NAME

MojoX::Dispatcher::Routes::Context - Routes Dispatcher Context

SYNOPSIS

    use MojoX::Dispatcher::Routes::Context;

    my $c = MojoX::Dispatcher::Routes::Context;

DESCRIPTION

MojoX::Dispatcher::Routes::Context is a context container.

ATTRIBUTES

match

    my $match = $c->match;

req

    my $req = $c->req;

res

    my $res = $c->res;

tx

    my $tx = $c->tx;

METHODS

MojoX::Dispatcher::Routes::Context inherits all methods from Mojo::Base.