first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class App
|
||||
def on_resp(env)
|
||||
env.resp.set_header "Alpha", "bravo"
|
||||
end
|
||||
end
|
||||
|
||||
App.new
|
||||
Reference in New Issue
Block a user