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
/
https.lua
blob: 9393093609b1103f938dea2e077d7d23fdb4e56f (
plain
)
1
2
3
4
5
6
7
function
handle
(
r
)
if
r
.
is_https
then
r
:
puts
(
"yep"
)
else
r
:
puts
(
"nope"
)
end
end