The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

JSON-RPC 2.0 Specification.

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.