Constant TLS_NEXT_PROTOCOL
pub const TLS_NEXT_PROTOCOL: &'static str;
Expand description
String indicating the protocol being tunneled. Per the values in the IANA registry, this string should be lower case.
ยงExamples
"http/1.1"
pub const TLS_NEXT_PROTOCOL: &'static str;
String indicating the protocol being tunneled. Per the values in the IANA registry, this string should be lower case.
"http/1.1"