build_client

Function build_client 

Source
pub fn build_client(user_agent: &str) -> Result<Client>
Expand description

Builds the shared blocking HTTP client for downloads.

The client applies the caller-provided user agent plus the shared request and connect timeouts used across the download pipeline.