Struct rustls::ClientHello [−][src]
pub struct ClientHello<'a> { /* fields omitted */ }
Expand description
A struct representing the received Client Hello
Implementations
Get the server name indicator.
Returns None
if the client did not supply a SNI.
Get the compatible signature schemes.
Returns standard-specified default if the client omitted this extension.