method
each
each()
public
Hide source
# File lib/webrick/httpresponse.rb, line 83 def each @header.each{|k, v| yield(k, v) } end