From 2151fff0faa03da4ef02363e3786c37ff8faa0e9 Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Tue, 21 Oct 2025 22:38:48 -0700 Subject: [PATCH] wip on static cache --- src/fd_static_cache.erl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/fd_static_cache.erl b/src/fd_static_cache.erl index 472f705..5c3985f 100644 --- a/src/fd_static_cache.erl +++ b/src/fd_static_cache.erl @@ -16,6 +16,11 @@ -include("$zx_include/zx_logger.hrl"). +-record(f, {http_path :: binary(), + fs_path :: file:filename(), + last_modified :: file:date_time(), + mime_type :: string(), + contents :: binary()}). -type context() :: wfc_eval_context:context(). -record(s,