pub fn client_builder(timeouts: ClientTimeouts) -> ClientBuilderExpand description
A reqwest client builder carrying the shared timeout floor and a redirect
cap.
The redirect cap matters independently of timeouts: reqwest follows up to ten hops by default, and every hop is a fresh destination that the caller’s original URL check never saw.