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