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.