Home
last modified time | relevance | path

Searched defs:http2_max_header_list_size (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic/src/transport/channel/
H A Dendpoint.rs36 pub(crate) http2_max_header_list_size: Option<u32>, field
303 pub fn http2_max_header_list_size(self, size: u32) -> Self { in http2_max_header_list_size() method
/tonic/tonic/src/transport/server/
H A Dmod.rs104 http2_max_header_list_size: Option<u32>, field
348 pub fn http2_max_header_list_size(self, max: impl Into<Option<u32>>) -> Self { in http2_max_header_list_size() method