HTTP::Router::Debug - HTTP::Router::Debug documentation


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

Index


NAME

Top

HTTP::Router::Debug

SYNOPSIS

Top

    use HTTP::Router;
    use HTTP::Router::Debug;

    my $router = HTTP::Router->define(...);

    print $router->routing_table->draw;
    # or
    $router->show_table;

METHODS

Top

routing_table

Returns a Text::SimpleTable object for routing information.

show_table

Constructs and Prints a table for routing information.

AUTHOR

Top

Takatoshi Kitano <kitano.tk@gmail.com>

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, Text::SimpleTable


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