Searched defs:supported (Results 1 – 1 of 1) sorted by relevance
627 let supported = AlpnProtocolList::new(); in build() localVariable629 let supported = supported.extend(AlpnProtocol::H3); in build() localVariable631 let supported = supported.extend(AlpnProtocol::H2); in build() localVariable632 let supported = supported.extend(AlpnProtocol::HTTP11); in build() localVariable