Skip to main content

split_https_url

Function split_https_url 

Source
fn split_https_url(url: &str) -> Option<(String, String)>
Expand description

https://host/path 形式の絶対URLを (host, path) に分解する(リダイレクト追従用の簡易パーサ)。