Function opendal::raw::percent_decode_path

source ·
pub fn percent_decode_path(path: &str) -> String
Expand 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.