Struct tls_api_not_tls::TlsConnectorBuilder [−][src]
pub struct TlsConnectorBuilder(pub ());
Tuple Fields
0: ()
Trait Implementations
type Connector = TlsConnector
type Connector = TlsConnector
Result of connector to be build.
type Underlying = ()
type Underlying = ()
Type of the underlying builder. Read more
Get the underlying builder. Read more
Set ALPN-protocols to negotiate. Read more
Should hostname verification be performed? Use carefully, it opens the door to MITM attacks. Read more
Add trusted root certificate. By default connector supports only global trusted root. Read more