= private = protected
[](field)
Retrieves the response header field
# File lib/webrick/httpresponse.rb, line 76 def [](field) @header[field.downcase] end