switch to a 60 bit hash
[httpd-crcsyncproxy.git] / modules / lua / test / htdocs / headers.lua
blob35938eae5f1f001db186194b549b8cc34f0434a4
1 function handle(r)
2 local host = r.headers_in['host']
3 r:debug(host)
4 r:puts(host)
5 r.headers_out['wombat'] = 'lua'
6 end