pub fn canonicalize_uri_path(uri_path: &str) -> Result<String, SignatureError>
Expand description

Normalizes the specified URI path, removing redundant slashes and relative path components.