Skip to main content

location_components

Function location_components 

Source
pub(crate) fn location_components(url: &str) -> Vec<(&'static str, String)>
Expand description

絶対URL scheme://host[:port]/path[?query][#hash] を location の各成分へ分解。 string_slice lint 回避で split_once / strip_prefix のみ使用。