Cross Reference: headers.lua
xref
: /
httpd
/
modules
/
lua
/
test
/
htdocs
/
headers.lua
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
headers.lua revision e4709c20138a8cd7c85a6ffba716d85fd2f6cdf5
function handle(r)
local host =
r.headers_in
['host']
r:debug(host)
r:puts(host)
r.headers_out
['wombat'] = 'lua'
end