Home
last modified time | relevance | path

Searched refs:SPDY2 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/tls/alpn/
H A Dmod.rs29 SPDY2, enumerator
60 pub(crate) const SPDY2: Self = Self(Inner::SPDY2);
90 AlpnProtocol::SPDY2 => b"\x06spdy/2", in wire_format_bytes()
143 assert_eq!(AlpnProtocol::SPDY2.wire_format_bytes(), b"\x06spdy/2"); in ut_alpn_as_use_bytes()