pub fn client_tls_client_hello() -> Option<&'static [u8]>
Expand description

Get the raw bytes sent by the client in the TLS ClientHello message.

See RFC 5246 for details.