Module jsonrpc::simple_http
source · [−]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
Builder for simple bitcoind SimpleHttpTransport
s
Simple HTTP transport that implements the necessary subset of HTTP for running a bitcoind RPC client.
Enums
Error that can happen when sending requests
Constants
The default TCP port to use for connections. Set to 8332, the default RPC port for bitcoind.