warp::filters::fs

Function sanitize_path

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