pub fn normalize_uri_path_component(
path: &str,
) -> Result<String, SignatureError>
Available on crate feature
unstable
only.Expand description
Normalizes a path element of a URI.
pub fn normalize_uri_path_component(
path: &str,
) -> Result<String, SignatureError>
unstable
only.Normalizes a path element of a URI.