Module vhost

Source
Expand description

! vhost ! vhost is to fetch sni info and return value is still available

! # Example

let tls_conn = new(conn);
let sni = tls_conn.get_sni();
assert!("google.com", sni);

Structs§

SharedConn

Functions§

new