Searched defs:http2_max_header_list_size (Results 1 – 2 of 2) sorted by relevance
36 pub(crate) http2_max_header_list_size: Option<u32>, field303 pub fn http2_max_header_list_size(self, size: u32) -> Self { in http2_max_header_list_size() method
104 http2_max_header_list_size: Option<u32>, field348 pub fn http2_max_header_list_size(self, max: impl Into<Option<u32>>) -> Self { in http2_max_header_list_size() method