|
NAMEDancer::RPCPlugin::DispatchFromConfig - Build dispatch-table from the Dancer ConfigSYNOPSISuse Dancer::Plugin; use Dancer::RPCPlugin::DispatchFromConfig; sub dispatch_call { my $config = plugin_setting(); return dispatch_table_from_config($config); } DESCRIPTIONdispatch_table_from_config(%arguments)ParametersNamed:
Responses A (partial) dispatch-table. COPYRIGHT(c) MMXV - Abe Timmerman <abeltje@cpan.org>
Visit the GSP FreeBSD Man Page Interface. |