Skip to main content

HttpClientRef

Type Alias HttpClientRef 

Source
pub type HttpClientRef = Arc<dyn HttpClient>;
Expand description

Re-export framework services (HTTP, URI, etc.) from the dedicated services crate.

Aliased Typeยง

pub struct HttpClientRef { /* private fields */ }