Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module http

Module http 

Source
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ยง

HttpTransport
HTTP transport implementation using axum and reqwest.
HttpTransportBuilder
Builder for configuring HTTP transport.
HttpTransportConfig
Persistable configuration for the HTTP transport.