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 "dist:RPC-Any RPC"

RPC::Any - A simple, unified interface to XML-RPC and JSON-RPC. River stage one • 1 direct dependent • 1 total dependent

RPC::Any is a simple, unified interface to multiple RPC protocols. Right now it supports XML-RPC <http://www.xmlrpc.com/> and all three versions of JSON-RPC <http://groups.google.com/group/json-rpc/web> (1.0, 1.1, and 2.0). The goal of RPC::Any is to...

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

RPC::Any::Server - The RPC Server River stage one • 1 direct dependent • 1 total dependent

This is an RPC "server" that can call methods and return a result to a client. Unlike other RPC modules, "RPC::Any::Server" doesn't actually start a listening daemon, it just reads the input that you give it and gives you output that you can send to ...

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

RPC::Any::Exception - A throwable exception object for RPC::Any River stage one • 1 direct dependent • 1 total dependent

This object represents an exception that an RPC::Any::Server can throw. See "ERROR HANDLING" in RPC::Any::Server for information about how to use this in your own code....

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

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

This is a server that takes *just* XML-RPC as input, and produces *just* XML-RPC as output. It doesn't understand HTTP headers or anything like that, and it doesn't produce HTTP headers. For that, see RPC::Any::Server::XMLRPC::HTTP or RPC::Any::Serve...

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

RPC::Any::Interface::CGI - HTTP support for RPC::Any::Server in CGI environments River stage one • 1 direct dependent • 1 total dependent

In a CGI environment (like running under mod_cgi or mod_perl in Apache), the HTTP headers aren't available on "STDIN"--instead they are in special environment variables. So RPC::Any CGI servers get their input partly from the environment. So the "inp...

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

RPC::Any::Interface::HTTP - HTTP input/output support for RPC::Any::Server River stage one • 1 direct dependent • 1 total dependent

This module houses code that is common to all the "HTTP" servers in RPC::Any (RPC::Any::Server::XMLRPC::HTTP and RPC::Any::Server::JSONRPC::HTTP). RPC::Any HTTP servers understand HTTP input and return HTTP output. This means that HTTP servers expect...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 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

RPC::Any::Server::XMLRPC::CGI - An XML-RPC server for a CGI environment River stage one • 1 direct dependent • 1 total dependent

This is a subclass of RPC::Any::Server::XMLRPC::HTTP that has the functionality described in RPC::Any::Interface::CGI. Baically, it's just like the HTTP server, but it works properly in a CGI environment (where HTTP headers are in environment variabl...

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

RPC::Any::Server::JSONRPC::CGI - A JSON-RPC server for a CGI environment River stage one • 1 direct dependent • 1 total dependent

This is a subclass of RPC::Any::Server::JSONRPC::HTTP that has the functionality described in RPC::Any::Interface::CGI. Baically, it's just like the HTTP server, but it works properly in a CGI environment (where HTTP headers are in environment variab...

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

RPC::Any::Server::XMLRPC::HTTP - An XML-RPC server that understands HTTP River stage one • 1 direct dependent • 1 total dependent

This is a type of RPC::Any::Server::XMLRPC that understands HTTP. It has all of the features of RPC::Any::Server, RPC::Any::Server::XMLRPC, and RPC::Any::Interface::HTTP. You should see those modules for information on configuring this server and the...

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

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

This is a type of RPC::Any::Server::JSONRPC that understands HTTP. It has all of the features of RPC::Any::Server, RPC::Any::Server::JSONRPC, and RPC::Any::Interface::HTTP. You should see those modules for information on configuring this server and t...

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

lib/RPC/Any/Package/XMLRPC.pm River stage one • 1 direct dependent • 1 total dependent

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

lib/RPC/Any/Package/JSONRPC.pm River stage one • 1 direct dependent • 1 total dependent

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC
13 results (0.032 seconds)