class ActionDispatch::Http::Headers

def each(&block)

def each(&block)
  @req.each_header(&block)
end