]> git.seodisparate.com - c_simple_http/commit
Impl. ".*_FILE" variables for templates
authorStephen Seo <seo.disparate@gmail.com>
Thu, 5 Sep 2024 05:02:25 +0000 (14:02 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 5 Sep 2024 05:02:25 +0000 (14:02 +0900)
commit229e3a330fac121197ec26bc39e66452641903a8
treeac9eb769645ca0c36c1c07df7dded85176750e47
parent8e799ef34a26da25322a2c5ba8cfc49185bdf8d3
Impl. ".*_FILE" variables for templates

If there exists a "{{{something_FILE}}}" (a variable ending with
"_FILE"), then the loaded variable will be treated as a filename and its
contents will be put in the html template.
src/http_template.c
src/test.c