Module http

Source
Expand description

The HTTP client can be different and it is toggled during the configuration process of the crate The default client will is th Reqwest client, in the case of none being selected. If both are selected, a compiler error is raised.

Re-exports§

pub use base::HttpClient;
pub use errors::ReqwestError;
pub use reqwest::ReqwestClient;

Modules§

base
errors
reqwest