1 2 3 4 5 6
/// Create a new http client to inject into the application. /// Use with the extractor `Extension<Client>` #[must_use] pub fn client() -> reqwest::Client { reqwest::Client::default() }