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