Searched defs:supported (Results 1 – 1 of 1) sorted by relevance
498 let supported = AlpnProtocolList::new(); in build() localVariable500 let supported = supported.extend(AlpnProtocol::H2); in build() localVariable501 let supported = supported.extend(AlpnProtocol::HTTP11); in build() localVariable