try_to_strip_path_prefix_from_uri

Function try_to_strip_path_prefix_from_uri 

pub fn try_to_strip_path_prefix_from_uri(
    uri: &Uri,
    prefix: impl AsRef<str>,
) -> Result<Uri, OpaqueError>
Available on crate feature http only.