Skip to main content

Module http_client

Module http_client 

Source
Expand description

HTTP replication client implementing the ReplicationProtocol trait.

Uses MessagePack (rmp-serde) for control messages (D07). Raw bytes for segment data transfer.

All network errors are mapped to EdgestoreError::ReplicationError.

Structsยง

HttpReplicationClient
HTTP replication client that implements ReplicationProtocol against an HttpReplicationServer.