Available on crate features rest-client or rpc-client only.
Expand description

Simple HTTP implementation which supports both async and traditional execution environments with minimal dependencies. This is used as the basis for REST and RPC clients.

Structs

An HTTP response body in binary format.
Endpoint for interacting with an HTTP-based API.
An HTTP response body in JSON format.