pub fn build_fetch_client_arc(
config: &HttpStackConfig,
) -> Result<Arc<dyn HttpClient>, HttpStackError>Expand description
Convenience wrapper around build_fetch_client + Arc::new — the common path used at
CLI assembly points.
§Errors
Same as build_fetch_client.