blob: a3f8861065216ea13842214746775225710ac65f [file]
function handle(r)
r.content_type = "text/plain"
r:puts("Hi there!")
end