[][src]Module async_json_rpc::clients::http

Structs

Client

A handle to a remote HTTP JSON-RPC server.

Credentials
HttpConnector

A connector for the http scheme.

HttpsConnector

A Connector for the https scheme.

Enums

ConnectionError

Error specific to HTTP connections.

Traits

Connect

Connect to a destination, returning an IO transport.

Type Definitions

HttpError