There's no documentation for this item.
# File webrick/httprequest.rb, line 152 def each @header.each{|k, v| value = @header[k] yield(k, value.empty? ? nil : value.join(", ")) } end
<code/>
<pre/>
<code/>and<pre/>for code samples.