|
NAMEAmon2::Web::Dispatcher::RouterSimple - Router::Simple binding for Amon2SYNOPSISpackage MyApp::Web::Dispatcher; use Amon2::Web::Dispatcher::RouterSimple; connect '/' => 'Root#index'; connect '/my/' => 'My#index'; connect '/my/:action' => 'My'; 1; DESCRIPTIONRouter::Simple binding for Amon2.We will split this module from Amon2 core distribution. You need to list this class to your cpanfile. AUTHORTokuhiro MatsunoSEE ALSORouter::Simple
Visit the GSP FreeBSD Man Page Interface. |