Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs493 pub fn http2_max_concurrent_streams(&mut self, max: impl Into<Option<u32>>) -> &mut Self { in http2_max_concurrent_streams() method
Dserver.rs460 pub fn http2_max_concurrent_streams(mut self, max: impl Into<Option<u32>>) -> Self { in http2_max_concurrent_streams() method