summaryrefslogtreecommitdiffstats
path: root/modules/lua/test/htdocs/simple.lua
blob: a3f8861065216ea13842214746775225710ac65f (plain)
1
2
3
4
function handle(r)
   r.content_type = "text/plain"
   r:puts("Hi there!")
end