method
[]

[](*key)
public
Hide source
# File lib/webrick/httputils.rb, line 227 def [](*key) begin @header[key[0].downcase].join(", ") rescue StandardError, NameError super end end