Skip to main content

serve_static

Function serve_static 

Source
pub async fn serve_static(root: PathBuf, name: &str) -> Result<Response>
Expand description

Serve a static file from disk. Strips path separators and rejects .. traversal.