Adding upstream version 2.4.63.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
93c6f9029a
commit
7263481e48
3104 changed files with 900776 additions and 0 deletions
6
modules/lua/test/htdocs/headers.lua
Normal file
6
modules/lua/test/htdocs/headers.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
function handle(r)
|
||||
local host = r.headers_in['host']
|
||||
r:debug(host)
|
||||
r:puts(host)
|
||||
r.headers_out['wombat'] = 'lua'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue