Searched refs:assume_http2 (Results 1 – 2 of 2) sorted by relevance
16 assume_http2: bool, field81 pub fn assume_http2(self, assume_http2: bool) -> Self { in assume_http2() method83 assume_http2, in assume_http2()134 self.assume_http2, in into_tls_connector()
25 assume_http2: bool, field35 assume_http2: bool, in new()100 assume_http2, in new()116 if !(alpn_protocol == Some(ALPN_H2) || self.assume_http2) { in connect()