class Rack::Events::EventedBodyProxy

def each

def each
  @handlers.reverse_each { |handler| handler.on_send request, response }
  super
end