pub const ALPN_H2_WIRE: &[u8] = b"\x02h2";
Expand description

A const that contains the on the wire h2 alpn value that can be passed directly to OpenSSL.