Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs73 max_header_list_size: u32, field
125 pub(crate) fn max_header_list_size(&self) -> u32 { in max_header_list_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs445 pub fn max_header_list_size(mut self, size: u32) -> Self { in max_header_list_size() method
H A Dencoder.rs97 max_header_list_size: usize, field