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