pub fn default_client() -> ClientExpand description
Create a shared HTTP client with standard Zeph configuration.
Config: 30s connect timeout, 60s request timeout, rustls TLS,
zeph/{version} user-agent, redirect limit 10.
ยงPanics
Panics if the TLS backend cannot be initialized (should never happen with rustls).