= private = protected
each()
Iterates over each header in the resopnse
# File lib/webrick/httpresponse.rb, line 120 def each @header.each{|field, value| yield(field, value) } end