Type Alias mas_oidc_client::http_service::HttpService
source · pub type HttpService = BoxCloneSyncService<Request<Bytes>, Response<Bytes>, Box<dyn Error + Send + Sync>>;
Expand description
Aliased Type§
struct HttpService(/* private fields */);