Function percent_decode_path
pub fn percent_decode_path(path: &str) -> StringExpand description
percent_decode_path will do percent decoding for http decode path.
If the input is not percent encoded or not valid utf8, return the input.