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