libuhttpd/example
Jianhui Zhao 6f0f62faa8 Lua template: Add Http Variables
<h1>------------Http Variables-------------</h1>
<%for k, v in pairs(_UHTTP["VARIABLES"]) do%>
<h1><%=k%>: <%=v%></h1>
<%end%>

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2017-12-09 23:28:32 +08:00
..
CMakeLists.txt Support Lua template 2017-12-05 16:46:57 +08:00
helloworld.c Change the names of variables and functions to make them more readable. 2017-11-27 12:50:38 +08:00
lua_template.c Support Lua template 2017-12-05 16:46:57 +08:00
test.html Lua template: Add Http Variables 2017-12-09 23:28:32 +08:00