Expand description
HTTP client utilities: shared client builder and retry logic.
Functions§
- build_
http_ client - Build a
reqwest::Clientfrom config, applying timeout and additional headers. - retry_
request - Execute an async operation with exponential backoff retry.