Skip to main content

https_connector

Function https_connector 

Source
pub fn https_connector() -> Result<Connector>
Expand description

Build an HTTPS connector using rustls with the platform’s native roots.

§Errors

Returns Error::Auth when the native root certificate store cannot be loaded.