# File lib/httpauth/digest.rb, line 491
      def to_header
        Utils.encode_directives Utils.filter_h_on(@h,
          [:nextnonce, :qop, :rspauth, :cnonce, :nc]), :auth
      end