Searched defs:http2_adaptive_window (Results 1 – 6 of 6) sorted by relevance
94 http2_adaptive_window: Option<bool>, field270 pub fn http2_adaptive_window(self, enabled: Option<bool>) -> Self { in http2_adaptive_window() method521 let http2_adaptive_window = self.http2_adaptive_window; in serve_with_shutdown() localVariable
36 pub(crate) http2_adaptive_window: Option<bool>, field286 pub fn http2_adaptive_window(self, enabled: bool) -> Self { in http2_adaptive_window() method
460 pub fn http2_adaptive_window(&mut self, enabled: bool) -> &mut Self { in http2_adaptive_window() method
425 pub fn http2_adaptive_window(mut self, enabled: bool) -> Self { in http2_adaptive_window() method
875 pub fn http2_adaptive_window(&mut self, enabled: bool) -> &mut Self { in http2_adaptive_window() method
1238 pub fn http2_adaptive_window(&mut self, enabled: bool) -> &mut Self { in http2_adaptive_window() method