# File lib/net/ntlm_http.rb, line 545
      def has_flag?(flag)
        (self[:flag].value & FLAGS[flag]) == FLAGS[flag]
      end