summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/t/50mruby/hello.rb
blob: 34f32140c2a2863c02014aeb8dcec280aa6594e3 (plain)
1
2
3
Proc.new do |env|
  [200, {"content-type" => "text/plain; charset=utf-8"}, ["hello from h2o_mruby\n"]]
end