Skip to main content

Module http

Module http 

Source
Expand description

HTTP client with retry policies. HTTP client layer — LightconeHttp with per-endpoint retry policies.

Re-exports§

pub use client::LightconeHttp;
pub use retry::RetryConfig;
pub use retry::RetryPolicy;

Modules§

client
Generic HTTP transport — retry, auth injection, error mapping.
retry
Retry policies for HTTP requests.