module

JSON::RPC

A small, transport-agnostic JSON-RPC 2.0 client.

The entrypoint is {JSON::RPC::Client}, which delivers requests through a pluggable {JSON::RPC::Transport}. An HTTP transport is provided out of the box; implement the abstract transport to speak JSON-RPC over anything else.

Constants

VERSION = "0.1.0"

Nested types