velvet-web 0.8.11

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