Searched refs:alpn_protos (Results 1 – 2 of 2) sorted by relevance
264 pub(crate) fn alpn_protos(mut self, protocols: &[u8]) -> Self { in alpn_protos() method
496 HttpVersion::Http2 => origin_builder.alpn_protos(AlpnProtocol::H2.wire_format_bytes()), in build()