Expand description
HTTP client for Raft network communication using postcard2 serialization.
Implements RaftNetworkFactory and RaftNetwork traits from openraft,
using reqwest with connection pooling and split timeouts (short for
vote/append, long for snapshots).
Structsยง
- Http
Connection - A single connection to a Raft peer.
- Http
Network - Network factory that creates HTTP connections to Raft peers.
- Raft
Http Client - HTTP client for Raft RPCs using postcard2 serialization.