Home
last modified time | relevance | path

Searched defs: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.rs74 header_table_size: u32, field
130 pub(crate) fn header_table_size(&self) -> u32 { in header_table_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs421 pub fn header_table_size(mut self, size: u32) -> Self { in header_table_size() method