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