Added more HTTP headers to lua/test.lua.

This commit is contained in:
Johannes Findeisen 2024-03-15 00:59:51 +01:00
commit 73607f0d51

View file

@ -10,6 +10,8 @@ require('xw3.session')
A multiline comment...
--]=====]
print('Cache-control: no-cache')
print('Pragma: no-cache')
print('Content-type: text/plain; charset=utf-8')
print()