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

4 lines
66 B
Ruby
Raw Normal View History

2015-09-03 19:52:19 +02:00
Nghttpx.run do |resp, req|
resp.set_header "Alpha", "bravo"
end