blob: 2a4b16f8d165587688e7384b4effcafcd9cb075a [file]
function handle(r)
r.content_type = "text/plain"
r:puts("other lua handler\n")
end