blob: 228837a0ec97e66b763371f4150ba80492abbf06 [file] [log] [blame]
class App
def on_resp(env)
env.resp.set_header "Alpha", "bravo"
end
end
App.new