freebsd-ports/www/p5-Dancer-Plugin-RPC/pkg-plist
Kurt Jaeger 6231b45dd3 New port: www/p5-Dancer-Plugin-RPC
This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC
and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than
Plack::Middleware.

Dancer::Plugin::RPC::XMLRPC

This plugin exposes the new keyword "xmlrpc" that is followed by 2
arguments: the endpoint and the arguments to configure the xmlrpc-calls
at this endpoint.

Dancer::Plugin::RPC::JSONRPC

This plugin exposes the new keyword "jsonrpc" that is followed by
2 arguments: the endpoint and the arguments to configure the
jsonrpc-calls at this endpoint.

See the /t dir for examples (until some tutorial exists)

WWW: https://metacpan.org/pod/Dancer::Plugin::RPC

PR:		209597
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2016-06-02 19:57:21 +00:00

14 lines
675 B
Text

%%SITE_PERL%%/Dancer/Plugin/RPC.pm
%%SITE_PERL%%/Dancer/Plugin/RPC/JSONRPC.pm
%%SITE_PERL%%/Dancer/Plugin/RPC/XMLRPC.pm
%%SITE_PERL%%/Dancer/RPCPlugin/CallbackResult.pm
%%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromConfig.pm
%%SITE_PERL%%/Dancer/RPCPlugin/DispatchFromPod.pm
%%SITE_PERL%%/Dancer/RPCPlugin/DispatchItem.pm
%%PERL5_MAN3%%/Dancer::Plugin::RPC.3.gz
%%PERL5_MAN3%%/Dancer::Plugin::RPC::JSONRPC.3.gz
%%PERL5_MAN3%%/Dancer::Plugin::RPC::XMLRPC.3.gz
%%PERL5_MAN3%%/Dancer::RPCPlugin::CallbackResult.3.gz
%%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchFromConfig.3.gz
%%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchFromPod.3.gz
%%PERL5_MAN3%%/Dancer::RPCPlugin::DispatchItem.3.gz