index
:
nghttp2
debian
progress-linux
upstream
debian 12 backports: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
integration-tests
/
resp-set-header.rb
blob: 228837a0ec97e66b763371f4150ba80492abbf06 (
plain
)
1
2
3
4
5
6
7
class
App
def
on_resp
(
env
)
env
.
resp
.
set_header
"Alpha"
,
"bravo"
end
end
App
.
new