wip on static cache

This commit is contained in:
Peter Harpending 2025-10-21 22:38:48 -07:00
parent 73fc38b7ad
commit 2151fff0fa

View File

@ -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,