There's no documentation for this item.
# File webrick/httprequest.rb, line 145 def [](header_name) if @header value = @header[header_name.downcase] value.empty? ? nil : value.join(", ") end end
<code/>
<pre/>
<code/>and<pre/>for code samples.