Searched refs:DomainInterceptor (Results 1 – 1 of 1) sorted by relevance
106 let interceptors = DomainInterceptor::new(config.bundle.clone(), domain_type); in build_client()203 struct DomainInterceptor { struct208 impl DomainInterceptor { argument210 DomainInterceptor { in new()218 impl Interceptor for DomainInterceptor { implementation