Module jsonrpc::http::minreq_http
source · Expand description
This module implements the crate::client::Transport
trait using minreq
as the underlying HTTP transport.
Structs
- Builder for simple bitcoind
MinreqHttpTransport
. - An HTTP error.
- An HTTP transport that uses
minreq
and is useful for running a bitcoind RPC client.
Enums
- Error that can happen when sending requests. In case of error, a JSON error is returned if the body of the response could be parsed as such. Otherwise, an HTTP error is returned containing the status code and the raw body.