pub(crate) fn location_components(url: &str) -> Vec<(&'static str, String)>
絶対URL scheme://host[:port]/path[?query][#hash] を location の各成分へ分解。 string_slice lint 回避で split_once / strip_prefix のみ使用。
scheme://host[:port]/path[?query][#hash]
string_slice