Expand description
Shared HTTP client and rate limiting utilities.
Provides a configured reqwest::Client builder and a token-bucket
rate limiter used by all provider crates.
Structs§
- Rate
Limiter - A simple rate limiter backed by a
tokio::sync::Semaphore.
Functions§
- build_
http_ client - Build a configured
reqwest::Clientwith sensible defaults.