# File lib/webrick/httpresponse.rb, line 84
    def each
      @header.each{|k, v|  yield(k, v) }
    end