# File lib/httparty/net_digest_auth.rb, line 6
    def digest_auth(username, password, response)
      @header['Authorization'] = DigestAuthenticator.new(username, password,
          @method, @path, response).authorization_header
    end