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.
HttpError
An HTTP error.
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. 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.