simple.lua revision 4eda6116f974311ae4b9e75f2d45ad2913b86297
function handle(r)
r.content_type = "text/plain"
r:puts("Hi there!")
end