Constant quiche::h3::APPLICATION_PROTOCOL [−][src]
pub const APPLICATION_PROTOCOL: &[u8] = b"\x02h3\x05h3-29\x05h3-28\x05h3-27";
List of ALPN tokens of supported HTTP/3 versions.
This can be passed directly to the Config::set_application_protos()
method when implementing HTTP/3 applications.