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

Search results for "module:JSONRPC"

CGI::JSONRPC - CGI handler for JSONRPC River stage zero No dependents

CGI::JSONRPC is a pole for perl. CGI::JSONRPC implements the JSONRPC protocol as defined at <http://www.json-rpc.org/>. When a JSONRPC request is received by this handler, it is translated into a method call. The method and it's arguments are determi...

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC

Apache2::JSONRPC - mod_perl handler for JSONRPC River stage zero No dependents

Apache2::JSONRPC is a subclass of CGI::JSONRPC that provides some extra bells and whistles in a mod_perl2 environment. Currently, the main feature is the "JSONRPC_Class" apache2 config directive, which allows you to define what class to use for invok...

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC

AnyEvent::JSONRPC - Simple TCP-based JSONRPC client/server River stage zero No dependents

This module provide TCP-based JSONRPC server/client implementation. AnyEvent::JSONRPC provide you a couple of export functions that are shortcut of AnyEvent::JSONRPC::TCP::Client and AnyEvent::JSONRPC::TCP::Server. One is "jsonrpc_client" for Client,...

PMAKHOLM/AnyEvent-JSONRPC-0.15 - 28 Oct 2010 13:01:47 UTC

Beekeeper::JSONRPC - Representation of JSON-RPC objects River stage zero No dependents

All Beekeeper RPC calls follow the JSON-RPC 2.0 specification (see <http://www.jsonrpc.org/specification>). Constructors on this class are not actually used and are provided just for completeness....

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

CGI::JSONRPC::Obj - Base class for easy handler creation River stage zero No dependents

CGI::JSONRPC::Obj is a base class you can use to ease the creation of object handlers. Although it's fairly trivial to roll your own we recommend that all handlers use this class for forward compatablity reasons. This object can all be viewed as docu...

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC

Test::Shodo::JSONRPC - Test module using Shodo for JSON-RPC Web API River stage zero No dependents

Shodo-based test module for JSON-RPC Web API....

YUSUKEBE/Shodo-0.08 - 27 Dec 2013 08:18:12 UTC

CGI::JSONRPC::Session - Persistant CGI handler for JSONRPC River stage zero No dependents

CGI::JSONRPC implements the JSONRPC protocol as defined at <http://www.json-rpc.org/>. When a JSONRPC request is received by this handler, it is translated into a method call. The method and it's arguments are determined by the JSON payload coming fr...

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC

JSONRPC::Transport::TCP - Client component for TCP JSONRPC River stage zero No dependents

This module is a simple client side implementation about JSONRPC via TCP. This module doesn't support continual tcp streams, and so it open/close connection on each request....

TYPESTER/JSONRPC-Transport-TCP-0.04 - 15 Sep 2009 09:59:43 UTC

AnyEvent::JSONRPC::Lite - Simple TCP-based JSONRPC client/server River stage zero No dependents

This module provide TCP-based JSONRPC server/client implementation. AnyEvent::JSONRPC::Lite provide you a couple of export functions that are shortcut of AnyEvent::JSONRPC::Lite::Client and AnyEvent::JSONRPC::Lite::Server. One is "jsonrpc_client" for...

TYPESTER/AnyEvent-JSONRPC-Lite-0.15 - 08 Dec 2011 22:18:31 UTC

Sledge::Plugin::JSONRPC - JSONRPC plugin for Sledge River stage zero No dependents

Sledge::Plugin::JSONRPC is easy to implement JSONRPC plugin for Sledge....

NEKOKAK/Sledge-Plugin-JSONRPC-0.01 - 19 Sep 2006 03:54:34 UTC

Hubot::Scripts::bugzilla River stage zero No dependents

AANOAA/Hubot-Scripts-Bundle-0.1.10 - 22 Sep 2014 07:01:04 UTC

CGI::JSONRPC::Dispatcher - Dispatch JSONRPC requests to objects River stage zero No dependents

Apache2::JSONRPC::Dispatcher receives JSONRPC class method calls and translates them into perl object method calls. Here's how it works:...

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC

Anyevent::JSONRPC::Utils - Helper functions for use with AnyEvent::JSONRPC River stage zero No dependents

This module provides a couple of helper functions for creating JSON-RPC servers. This is kind of experimental at the moment....

PMAKHOLM/AnyEvent-JSONRPC-0.15 - 28 Oct 2010 13:01:47 UTC

RPC::Any::Server::JSONRPC - A basic JSON-RPC server River stage one • 1 direct dependent • 1 total dependent

This is a server that implements the various JSON-RPC <http://groups.google.com/group/json-rpc/web> specifications. It supports JSON-RPC 1.0, 1.1, and 2.0. It uses JSON::RPC::Common as its backend for parsing input and producing output, and so it sup...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

Catalyst::Plugin::JSONRPC - Dispatch JSON-RPC methods with Catalyst River stage zero No dependents

Catalyst::Plugin::JSONRPC is a Catalyst plugin to add JSON-RPC methods in your controller class. It uses a same mechanism that XMLRPC plugin does and actually plays really nicely. METHODS $c->json_rpc(%attrs) Call this method from a controller action...

MIYAGAWA/Catalyst-Plugin-JSONRPC-0.01 - 04 Jan 2006 08:58:27 UTC

AnyEvent::JSONRPC::Server - Base class for JSON-RPC Servers River stage zero No dependents

This is the base class for servers in the AnyEvent::JSONRPC suite of modules. Current implementations includes a TCP client and a HTTP client. See these for arguments to the constructors....

PMAKHOLM/AnyEvent-JSONRPC-0.15 - 28 Oct 2010 13:01:47 UTC

Apache2::JSONRPC::Session - Dispatcher class for session aware JSONRPC Objects River stage zero No dependents

Apache2::JSONRPC::Dispatcher receives JSONRPC class method calls and translates them into perl object method calls. Here's how it works: This package works exactly the same as the Apache2::JSONRPC package with the exception that it calls it's method ...

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC

Beekeeper::JSONRPC::Error - Representation of a JSON-RPC error River stage zero No dependents

Objects of this class represent a JSON-RPC error (see <http://www.jsonrpc.org/specification>). When an RPC call could not be executed successfully the worker replies with a Beekeeper::JSONRPC::Error object. These objects may be returned also due to c...

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

AnyEvent::JSONRPC::Client - Base class for JSON-RPC clients River stage zero No dependents

This is the base class for clients in the AnyEvent::JSONRPC suite of modules. Current implementations includes a TCP client and a HTTP client. See these for arguments to the constructors. AnyEvent condvars The main thing you have to remember is that ...

PMAKHOLM/AnyEvent-JSONRPC-0.15 - 28 Oct 2010 13:01:47 UTC

lib/CGI/JSONRPC/Base.pm River stage zero No dependents

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC
53 results (0.021 seconds)