Home
last modified time | relevance | path

Searched refs:http1_header_read_timeout (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/hyper/src/server/
Dserver.rs353 pub fn http1_header_read_timeout(mut self, read_timeout: Duration) -> Self { in http1_header_read_timeout() method
354 self.protocol.http1_header_read_timeout(read_timeout); in http1_header_read_timeout()
Dconn.rs358 pub fn http1_header_read_timeout(&mut self, read_timeout: Duration) -> &mut Self { in http1_header_read_timeout() method