Home
last modified time | relevance | path

Searched refs:set_header_table_size (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs99 pub(crate) fn set_header_table_size(&mut self, size: u32) { in set_header_table_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs608 self.http.http2_config.set_header_table_size(size); in set_http2_header_table_size()