Skip to main content

client_builder

Function client_builder 

Source
pub fn client_builder(version: &str) -> ClientBuilder
Expand description

A reqwest::ClientBuilder carrying the bestool user_agent for version.

Convenience for callers that don’t need any extra client config; suitable as the base of a ClientBuilderFactory.