Home
last modified time | relevance | path

Searched refs:max_header_list_size (Results 1 – 5 of 5) 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
95 self.max_header_list_size = size; in set_max_header_list_size()
125 pub(crate) fn max_header_list_size(&self) -> u32 { in max_header_list_size() method
126 self.max_header_list_size in max_header_list_size()
159 max_header_list_size: DEFAULT_MAX_HEADER_LIST_SIZE, in default()
/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
627 .max_header_list_size(8192) in ut_settings_builder()
H A Dencoder.rs97 max_header_list_size: usize, field
119 max_header_list_size: usize::MAX, in new()
356 self.max_header_list_size = size; in update_max_header_list_size()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs41 pub(crate) fn with_max_size(header_table_size: usize, max_header_list_size: usize) -> Self { in with_max_size()
43 header_list_size: max_header_list_size, in with_max_size()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs625 .max_header_list_size(config.max_header_list_size()) in create_initial_settings()