pub fn normalize_path(raw: &str, target_host: &str) -> Option<String>
Normalise a raw path candidate into a clean /foo/bar string. Returns None if the path is empty, crosses origins, or is unusable.
/foo/bar
None