# File lib/httpauth/digest.rb, line 435
      def initialize(h, options={})
        @h = h
        @h.merge! options
      end