NAME
Catalyst::Plugin::Server::JSONRPC::Batch - batch requests implementation for Catalyst JSON-RPC server plugin.
SYNOPSIS
use Catalyst qw/
Server
Server::JSONRPC
Server::JSONRPC::Batch
/;
DESCRIPTION
Catalyst::Plugin::Server::JSONRPC::Batch implements batch JSON-RPC requests as its described in specification version 2.0.
SEE ALSO
Catalyst, Catalyst::Plugin::Server::JSONRPC.
SUPPORT
- Repository
-
http://github.com/dionys/catalyst-plugin-server-jsonrpc-batch
- Bug tracker
-
http://github.com/dionys/catalyst-plugin-server-jsonrpc-batch/issues
AUTHOR
Denis Ibaev, dionys@cpan.org
.
THANKS TO
Ivan Fomichev (IFOMICHEV), Sergey Romanov.
COPYRIGHT AND LICENSE
Copyright (C) 2012, Denis Ibaev.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/ for more information.