# File lib/webrick/httpresponse.rb, line 58
    def [](field)
      @header[field.downcase]
    end