The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

SEE ALSO

HTTP::Router, HTTP::Router::Route