use hyper_tls::HttpsConnector; let https = HttpsConnector::new(); let client = Client::builder() .build::<_, hyper::Body>(https); ...
確定! 回上一頁