Expand description
Braid HTTP client implementation.
Re-exports§
pub use retry::parse_retry_after;pub use retry::RetryConfig;pub use retry::RetryDecision;pub use retry::RetryState;
Modules§
- native_
network - retry
- Retry configuration and logic for Braid HTTP client.
Structs§
- Braid
Client - The main Braid HTTP client
- Braid
Headers - Braid-specific HTTP headers for requests and responses.
- Client
Config - Configuration for the Braid HTTP client.
- Header
Parser - Utility for parsing Braid protocol headers.
- Heartbeat
Config - Configuration for heartbeat timeout detection.
- Message
- Message
Parser - Subscription
- Subscription
Stream