Searched refs:http1_header_read_timeout (Results 1 – 2 of 2) sorted by relevance
353 pub fn http1_header_read_timeout(mut self, read_timeout: Duration) -> Self { in http1_header_read_timeout() method354 self.protocol.http1_header_read_timeout(read_timeout); in http1_header_read_timeout()
358 pub fn http1_header_read_timeout(&mut self, read_timeout: Duration) -> &mut Self { in http1_header_read_timeout() method