Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs77 enable_push: bool, field
134 pub(crate) fn enable_push(&self) -> bool { in enable_push() method
135 self.enable_push in enable_push()
163 enable_push: false, in default()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs427 pub fn enable_push(mut self, is_enable: bool) -> Self { in enable_push() method
625 .enable_push(true) in ut_settings_builder()
H A Ddecoder.rs861 let enable_push = match value { in get_setting() localVariable
866 Ok(Some(Setting::EnablePush(enable_push))) in get_setting()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs628 .enable_push(config.enable_push()) in create_initial_settings()