Expand description
HTTP transport implementation for sync communication.
This module provides HTTP-based sync communication using a single JSON endpoint (/api/v0) with axum for the server and reqwest for the client.
Structsยง
- Http
Transport - HTTP transport implementation using axum and reqwest.
- Http
Transport Builder - Builder for configuring HTTP transport.
- Http
Transport Config - Persistable configuration for the HTTP transport.