Module jsonrpc::http::simple_http

source ·
Available on crate feature simple_http only.
Expand description

This module implements a minimal and non standard conforming HTTP 1.0 round-tripper that works with the bitcoind RPC server. This can be used if minimal dependencies are a goal and synchronous communication is ok.

Structs§

Enums§

  • Error that can happen when sending requests.