pub fn http_client() -> ClientExpand description
Build a reqwest::Client with the project-wide default timeouts.
Panics only if reqwest itself fails to construct the underlying
TLS stack — a programmer error (missing feature flag), not a
runtime condition. Every call site in pakx already treats client
construction as infallible, so panicking matches the prior
Client::new() semantics exactly.