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.

§Notes

§Examples

  • "http/1.1"