velvet-web 0.8.17

Wrapper stack for webapp apis
Documentation
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()
}