[][src]Function gotham_middleware_aws_sig_verify::canonicalize_uri_path

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

Re-export aws_sig_verify so users don't have to compute versions. Normalizes the specified URI path, removing redundant slashes and relative path components.