Skip to main content

Module http

Module http 

Source
Expand description

HTTP client utilities: shared client builder and retry logic.

Functions§

build_http_client
Build a reqwest::Client from config, applying timeout and additional headers.
retry_request
Execute an async operation with exponential backoff retry.