HTTP::Router::Match - Matched Object Representation for HTTP::Router


HTTP-Router documentation  | view source Contained in the HTTP-Router distribution.

Index


NAME

Top

HTTP::Router::Match - Matched Object Representation for HTTP::Router

METHODS

Top

uri_for($args?)

Returns a route path which is processed with parameters.

PROPERTIES

Top

params

Route parameters which was matched.

captures

Captured variable parameters which was matched.

route

HTTP::Router::Route object which was matched.

AUTHOR

Top

NAKAGAWA Masaki <masaki@cpan.org>

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

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


HTTP-Router documentation  | view source Contained in the HTTP-Router distribution.