pub async fn serve_static(root: PathBuf, name: &str) -> Result<Response>
Serve a static file from disk. Strips path separators and rejects .. traversal.
..