Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs150 pub(crate) fn use_huffman_coding(&self) -> bool { in use_huffman_coding() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs565 pub fn use_huffman_coding(mut self, use_huffman: bool) -> Self { in use_huffman_coding() method