Home
last modified time | relevance | path

Searched defs:supported (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dclient.rs627 let supported = AlpnProtocolList::new(); in build() localVariable
629 let supported = supported.extend(AlpnProtocol::H3); in build() localVariable
631 let supported = supported.extend(AlpnProtocol::H2); in build() localVariable
632 let supported = supported.extend(AlpnProtocol::HTTP11); in build() localVariable