Available on crate feature
minreq_http
only.Expand description
This module implements the crate::client::Transport
trait using minreq
as the underlying HTTP transport.
Structs§
- Builder
- Builder for simple bitcoind
MinreqHttpTransport
. - Minreq
Http Transport - An HTTP transport that uses
minreq
and is useful for running a bitcoind RPC client.
Enums§
- Error
- Error that can happen when sending requests.