Function humphrey::handlers::serve_file

source ·
pub fn serve_file<T>(
    file_path: &'static str
) -> impl Fn(Request, Arc<T>) -> Response
Expand description

Serve the specified file, or a default error 404 if not found.