Function warp::filters::fs::sanitize_path

source ยท
fn sanitize_path(
    base: impl AsRef<Path>,
    tail: &str,
) -> Result<PathBuf, Rejection>