FreeBSD Manual Pages
Amon2::Web::DispatcherUseruContributed)Amon2::Web::Dispatcher::RouterSimple(3) NAME Amon2::Web::Dispatcher::RouterSimple - Router::Simple binding for Amon2 SYNOPSIS package MyApp::Web::Dispatcher; use Amon2::Web::Dispatcher::RouterSimple; connect '/' => 'Root#index'; connect '/my/' => 'My#index'; connect '/my/:action' => 'My'; 1; DESCRIPTION Router::Simple binding for Amon2. We will split this module from Amon2 core distribution. You need to list this class to your cpanfile. AUTHOR Tokuhiro Matsuno SEE ALSO Router::Simple perl v5.32.1 2022-Amon2::Web::Dispatcher::RouterSimple(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Amon2::Web::Dispatcher::RouterSimple&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>