Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs413 pub fn enable_push(mut self, is_enable: bool) -> Self { in enable_push() method
Ddecoder.rs856 let enable_push = match value { in get_setting() localVariable