Function aws_hyper::https [−][src]
pub fn https() -> StandardClientExpand description
Construct an https based client
If the rustls feature is enabled, this will use rustls.
If the ONLY the native-tls feature is enabled, this will use native-tls.
If both features are enabled, this will use rustls