index
:
apache2
debian
progress-linux
upstream
debian 11 security: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
t
/
htdocs
/
modules
/
lua
/
hello2.lua
blob: 2a4b16f8d165587688e7384b4effcafcd9cb075a (
plain
)
1
2
3
4
function
handle
(
r
)
r
.
content_type
=
"text/plain"
r
:
puts
(
"other lua handler
\n
"
)
end