NAME
HTTP::Router::Match - Matched Object Representation for HTTP::Router
METHODS
uri_for($args?)
Returns a route path which is processed with parameters.
PROPERTIES
params
Route parameters which was matched.
captures
Captured variable parameters which was matched.
route
HTTP::Router::Route object which was matched.
AUTHOR
NAKAGAWA Masaki <masaki@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.