pub const APPLICATION_PROTOCOL: &[&[u8]];
Expand description
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.
pub const APPLICATION_PROTOCOL: &[&[u8]];
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.