# File lib/typhoeus/response/header.rb, line 26
      def [](key)
        fetch(key) { @sanitized[key.to_s.downcase] }
      end