= private = protected
[](*key)
Retrieves the header at the first entry in key
# File lib/webrick/httputils.rb, line 287 def [](*key) begin @header[key[0].downcase].join(", ") rescue StandardError, NameError super end end