Home
last modified time | relevance | path

Searched defs:enable_push (Results 1 – 3 of 3) 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
/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
H A Ddecoder.rs861 let enable_push = match value { in get_setting() localVariable