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.rs498 let supported = AlpnProtocolList::new(); in build() localVariable
500 let supported = supported.extend(AlpnProtocol::H2); in build() localVariable
501 let supported = supported.extend(AlpnProtocol::HTTP11); in build() localVariable