Skip to main content

Module client

Module client 

Source
Expand description

Protocol client for communicating with pwr-server.

Manages the TLS connection, authentication handshake, and archive/restore operations. All network I/O is synchronous, intended to be called from blocking contexts.

Structs§

PwrClient
A connected and authenticated client session with the pwr server.

Type Aliases§

ClientResult
Result type for client operations.