nghttp2/integration-tests/resp-set-header.rb

4 lines
64 B
Ruby
Raw Normal View History

2015-09-04 18:24:43 +02:00
Nghttpx.run do |env|
env.resp.set_header "Alpha", "bravo"
2015-09-03 19:52:19 +02:00
end