fn encode_preserve_slash(input: &str) -> String
Percent-encode a string, encoding all non-alphanumeric characters EXCEPT /. Used for key/prefix segments.
/