Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs27 use crate::async_impl::interceptor::Interceptors;
74 interceptors: Arc<Interceptors>, in new() argument
189 interceptors: Arc<Interceptors>,
195 pub(crate) fn new(pre: &[u8], io: BoxStreamData, interceptors: Arc<Interceptors>) -> Self { in new()
270 interceptors: Arc<Interceptors>,
281 interceptors: Arc<Interceptors>, in new() argument
400 interceptors: Arc<Interceptors>,
408 pub(crate) fn new(pre: &[u8], io: BoxStreamData, interceptors: Arc<Interceptors>) -> Self { in new()
H A Drequest.rs27 use crate::async_impl::interceptor::Interceptors;
403 pub(crate) interceptor: Arc<Interceptors>,
H A Dclient.rs22 use crate::async_impl::interceptor::{IdleInterceptor, Interceptor, Interceptors};
75 interceptors: Arc<Interceptors>,
285 interceptors: Arc<Interceptors>,
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/interceptor/
H A Dmod.rs23 pub(crate) type Interceptors = dyn Interceptor + Sync + Send + 'static; typedef
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp1.rs27 use crate::async_impl::interceptor::Interceptors;
137 interceptor: &Arc<Interceptors>, in encode_request_part() argument
/ohos5.0/docs/en/application-dev/web/
H A Dweb-scheme-handler.md5 ## Setting Network Interceptors for Web Components