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

4 lines
70 B
Ruby
Raw Normal View History

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