libuhttpd/example
Jianhui Zhao 52f6309844 Lua template: Add the headers variable
Example:

<%for k, v in pairs(_UHTTP["HEADERS"]) do%>
<h1><%=k%>: <%=v%></h1>
<%end%>

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2017-12-05 23:01:44 +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 the headers variable 2017-12-05 23:01:44 +08:00