Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dclient.rs21 pub(crate) retry: Retry, field
Dsettings.rs635 let retry = Retry::new(1); in ut_retry_new() localVariable
637 let retry = Retry::new(3); in ut_retry_new() localVariable
639 let retry = Retry::new(10); in ut_retry_new() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dclient.rs288 retry: bool, field
297 pub(crate) fn retry(&self) -> bool { in retry() method