Perl implementation of JSON-RPC 1.1 protocol
http://search.cpan.org/perldoc?JSON::RPC
JSON-RPC is a stateless and light-weight remote procedure call (RPC)
protocol for inter-networking applications over HTTP. It uses JSON as the
data format for of all facets of a remote procedure call, including all
application data carried in parameters.
The old modules - JSONRPC::Transport::HTTP and Apache::JSONRPC are deprecated.
Please try to use JSON::RPC::Server and JSON::RPC::Client which support both
JSON-RPC protocol version 1.1 and 1.0.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/perl-JSON-RPC && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
JSON-RPC-1.03.tar.gz | 0000037495 36.6 KB | |
perl-JSON-RPC.changes | 0000001440 1.41 KB | |
perl-JSON-RPC.spec | 0000003217 3.14 KB |
Revision 11 (latest revision is 16)
Stephan Kulow (coolo)
accepted
request 179299
from
Stephan Kulow (coolo)
(revision 11)
- updated to 1.03 - Allow die \%hash from handlers (ka2u) - Fix the finalization of the response (0xAF) - Use require instead of Class::Load. Subclass in your app if you need that kind of ability, but it seems unlikely that we'd need anything more than eval require here. - JSON::RPC::Dispatcher already existed on CPAN. s/Dispatcher/Dispatch/g - New maintainer, completely new code for PSGI apps and JSON RPC 2.0 - If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT YOUR CODE TO WORK. THIS VERSION IS BACKWARDS INCOMPATIBLE
Comments 0