pub fn is_directory_path(path: &str) -> bool
Whether a request path names a directory, per the spec: an empty path or one ending in /.
/