pub fn check(
_url: &UrlLike,
normalized_path: Option<&NormalizedComponent>,
raw_path: Option<&str>,
) -> Vec<Finding>Expand description
Run path rules against a parsed URL.
raw_path is the path from the original URL string (pre-percent-encoding by url crate).