Searched defs:http2_max_concurrent_streams (Results 1 – 2 of 2) sorted by relevance
493 pub fn http2_max_concurrent_streams(&mut self, max: impl Into<Option<u32>>) -> &mut Self { in http2_max_concurrent_streams() method
460 pub fn http2_max_concurrent_streams(mut self, max: impl Into<Option<u32>>) -> Self { in http2_max_concurrent_streams() method