资 源 简 介
JSONRPC Plugin for Catalyst which we tried to make compatible with the way Catalyst works with URLS. Main features are:
Split JSONRPC methodNames by STRING to find out Controller.
Single entrypoint for JSONRPC calls, like http://host.tld/rpc
DispatchTypes (attributes) which work much the same as Catalyst attrs
JSONRPC Parameter handling transparent to Catalyst parameter handling
Based on awesome Catalyst::Plugin::Server::XMLRPC module