Sign in
apache
/
httpd
/
cae775f2f61b2bc3e656b1149b60cf96463dff21
/
.
/
modules
/
lua
/
test
/
htdocs
/
simple.lua
blob: a3f8861065216ea13842214746775225710ac65f [
file
]
function
handle
(
r
)
r
.
content_type
=
"text/plain"
r
:
puts
(
"Hi there!"
)
end