[][src]Module jsonrpc::client

Client support

Support for connecting to JSONRPC servers over HTTP, sending requests, and parsing responses

Structs

Client

A JSON-RPC client.

Traits

Transport

An interface for a transport over which to use the JSONRPC protocol.