# File lib/typhoeus/response/header.rb, line 19
      def initialize(raw)
        super({})
        @raw = raw
        @sanitized = {}
        parse
      end