index
:
apache2
debian
progress-linux
upstream
debian 11 backports: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
lua
/
test
/
htdocs
/
simple.lua
blob: a3f8861065216ea13842214746775225710ac65f (
plain
)
1
2
3
4
function
handle
(
r
)
r
.
content_type
=
"text/plain"
r
:
puts
(
"Hi there!"
)
end