# File lib/httpauth/digest.rb, line 363
      def to_header
        Utils.encode_directives Utils.filter_h_on(@h,
          [:username, :realm, :nonce, :uri, :response, :algorithm, :cnonce, :opaque, :qop, :nc]), :credentials
      end