Type Alias backend::config::data::SharedHttpClient

source ·
pub type SharedHttpClient = Data<Client>;
Expand description

Helper-Type - Pooled HTTP client.

Aliased Type§

struct SharedHttpClient(/* private fields */);