Home
last modified time | relevance | path

Searched defs:local (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/interceptor/
Dmod.rs41 pub(crate) local: SocketAddr, field
57 pub fn local(&self) -> SocketAddr { in local() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
Dmod.rs156 let local = stream in connect() localVariable
229 let local = stream.local_addr().map_err(|e| { in connect() localVariable
295 let local = tcp in https_connect() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dmanager.rs55 local: bool, field