fn url_path(url: &str) -> String
Extracts the path portion of a URL (everything from the first / after the authority), defaulting to /.
/