Home
last modified time | relevance | path

Searched refs:DomainInterceptor (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/request/request/services/src/task/
H A Dclient.rs106 let interceptors = DomainInterceptor::new(config.bundle.clone(), domain_type); in build_client()
203 struct DomainInterceptor { struct
208 impl DomainInterceptor { argument
210 DomainInterceptor { in new()
218 impl Interceptor for DomainInterceptor { implementation