xref
: /
third_party
/
nghttp2
/
integration-tests
/
resp-set-header.rb
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/nghttp2/integration-tests/
1
class
App
2
def
on_resp
(
env
)
3
env.resp.set
_header
"Alpha"
,
"bravo"
4
end
5
end
6
7
App.new
8