1class App
2  def on_resp(env)
3    env.resp.set_header "Alpha", "bravo"
4  end
5end
6
7App.new
8