scufflecloud_core_traits/http.rs
1pub trait HttpClientInterface: Send + Sync {
2 fn external_http_client(&self) -> &reqwest::Client;
3}
1pub trait HttpClientInterface: Send + Sync {
2 fn external_http_client(&self) -> &reqwest::Client;
3}