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

4 lines
64 B
Ruby

Nghttpx.run do |env|
env.resp.set_header "Alpha", "bravo"
end