2025-01-12 20:42:42 +08:00

8 lines
89 B
Ruby

class App
def on_resp(env)
env.resp.set_header "Alpha", "bravo"
end
end
App.new