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

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

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

MojoX::Dispatcher::Routes::Context inherits all attributes from MojoX::Context and implements the following new ones.
matchmy $match = $c->match;

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