Module minreq_http

Source
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.
MinreqHttpTransport
An HTTP transport that uses minreq and is useful for running a bitcoind RPC client.

Enums§

Error
Error that can happen when sending requests.