FreeBSD Manual Pages
JSON::RPC::Dispatch(3)User Contributed Perl DocumentatioJSON::RPC::Dispatch(3) NAME JSON::RPC::Dispatch - Dispatch JSON RPC Requests To Handlers SYNOPSIS use JSON::RPC::Dispatch; my $router = Router::Simple->new; # or use Router::Simple::Declare $router->connect( method_name => { handler => $class_name_or_instance, action => $method_name_to_invoke ); my $dispatch = JSON::RPC::Dispatch->new( router => $router ); sub psgi_app { $dispatch->handle_psgi( $env ); } DESCRIPTION See docs in JSON::RPC for details perl v5.32.0 2020-08-23 JSON::RPC::Dispatch(3)
NAME | SYNOPSIS | DESCRIPTION
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=JSON::RPC::Dispatch&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>