Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dhttp.rs139 max_header_list_size: u32, field
191 pub(crate) fn max_header_list_size(&self) -> u32 { in max_header_list_size() method
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs447 pub fn max_header_list_size(mut self, size: u32) -> Self { in max_header_list_size() method
Dencoder.rs97 max_header_list_size: usize, field