Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dhttp.rs143 enable_push: bool, field
200 pub(crate) fn enable_push(&self) -> bool { in enable_push() method
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs429 pub fn enable_push(mut self, is_enable: bool) -> Self { in enable_push() method
Ddecoder.rs862 let enable_push = match value { in get_setting() localVariable