fn split_https_url(url: &str) -> Option<(String, String)>
https://host/path 形式の絶対URLを (host, path) に分解する(リダイレクト追従用の簡易パーサ)。
https://host/path