pub fn split_segment_parameters(
    url: &str
) -> Result<(&str, HashMap<&str, &str>), Error>
Expand description

Split the segment parameters of the last segment of a URL.

Args: url: A relative or absolute URL Returns: (url, segment_parameters)