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 D | http_body.rs | 27 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 D | request.rs | 27 use crate::async_impl::interceptor::Interceptors; 403 pub(crate) interceptor: Arc<Interceptors>,
|
H A D | client.rs | 22 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 D | mod.rs | 23 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 D | http1.rs | 27 use crate::async_impl::interceptor::Interceptors; 137 interceptor: &Arc<Interceptors>, in encode_request_part() argument
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-scheme-handler.md | 5 ## Setting Network Interceptors for Web Components
|