Module http

Source
Expand description

HTTP transport modules.

Modules§

minreq_httpminreq_http
This module implements the crate::client::Transport trait using minreq as the underlying HTTP transport.
simple_httpsimple_http
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.

Constants§

DEFAULT_PORT
The default TCP port to use for connections. Set to 8332, the default RPC port for bitcoind.
DEFAULT_PROXY_PORTproxy
The Default SOCKS5 Port to use for proxy connection. Set to 9050, the default RPC port for tor.