pub fn shared_client() -> &'static ClientExpand description
Return a handle to the process-wide shared reqwest::Client.
Client is cheap to clone — it wraps an Arc internally — so callers
should .clone() the returned reference into their own state.