Skip to main content

client_builder

Function client_builder 

Source
pub fn client_builder(timeouts: ClientTimeouts) -> ClientBuilder
Expand 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.