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

4 lines
68 B
Ruby
Raw Normal View History

2015-09-04 18:24:43 +02:00
Nghttpx.run do |env|
env.req.set_header "User-Agent", "mruby"
2015-09-03 19:52:19 +02:00
end