class Rack::Events
def on_finish(request, response)
def on_finish(request, response) @handlers.reverse_each { |handler| handler.on_finish request, response } end
def on_finish(request, response) @handlers.reverse_each { |handler| handler.on_finish request, response } end