Expand description
HTTP transport modules.
Modules§
- bitreq_
http - This module implements the
crate::client::Transporttrait usingbitreqas the underlying HTTP transport. - simple_
http - This module implements a minimal and non standard conforming HTTP 1.0 round-tripper that works with the bitcoind RPC server.
Constants§
- DEFAULT_
PORT - The default TCP port to use for connections. Set to 8332, the default RPC port for bitcoind.
- DEFAULT_
PROXY_ PORT - The Default SOCKS5 Port to use for proxy connection. Set to 9050, the default RPC port for tor.