https_get

Function https_get 

Source
pub fn https_get(
    url: Url,
    ca_cert_list: Option<Arc<List<Certificate>>>,
    ca_crl: Option<Arc<Crl>>,
) -> Result<Vec<u8>, String>