pub fn sanitize(raw: &str) -> Option<String>
Reduce a server-supplied string to a single safe path component, or None if nothing safe remains.
None