wip on static cache
This commit is contained in:
parent
73fc38b7ad
commit
2151fff0fa
@ -16,6 +16,11 @@
|
|||||||
|
|
||||||
-include("$zx_include/zx_logger.hrl").
|
-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().
|
-type context() :: wfc_eval_context:context().
|
||||||
|
|
||||||
-record(s,
|
-record(s,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user