# File lib/net/http.rb, line 1154
    def [](key)
      a = @header[key.downcase] or return nil
      a.join(', ')
    end