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

MojoX::Dispatcher::Routes::Context inherits all attributes from MojoX::Context and implements the following new ones.

match

    my $match = $c->match;

METHODS

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