pub async fn static_file<'a>(
    file_path: &Path,
    mime_type: Option<&str>,
    map: &HeaderMap,
    buf_size: usize
) -> Result<Result<Response<Body>, Error>, Error>