[][src]Crate jsonrpc_sdk_client

Structs

Client
Decoder

A response decompressor over a non-blocking stream of chunks.

RawClient

An asynchronous Client to make Requests with.

RawClientBuilder

A ClientBuilder can be used to create a Client with custom configuration.

RawError

The Errors that may occur when processing a Request.

RawMethod

The Request Method (VERB)

RawRequest

A request which can be executed with Client::execute().

RawRequestBuilder

A builder to construct the properties of a Request.

RawResponse

A Response to a submitted Request.

RequestBuilder