Skip to main content

Crate mzrs_transport

Crate mzrs_transport 

Source
Expand description

HTTP + WebSocket transport layer for mzrs.

Provides low-level networking primitives used by higher layers of the SDK.

Structs§

HttpClient
A thin wrapper around reqwest::Client bound to a base URL.
RateLimiter
A token-bucket rate limiter.
RealtimeSocket
A managed WebSocket connection to the Mezon realtime gateway.

Enums§

TransportError
Errors that can occur within the transport layer.
TransportEvent
Events emitted by the transport layer.