TlsClientCtxConfig

Trait TlsClientCtxConfig 

Source
pub trait TlsClientCtxConfig {
    // Required method
    fn dns_host_name(&self) -> &[u8];
}
Expand description

Implement to provide configuration for the TLS Client Context

Required Methods§

Source

fn dns_host_name(&self) -> &[u8]

Implement to provide indicative host name (SNI)

Implementors§