# File lib/httpclient/auth.rb, line 278
    def challenge(uri, param_str = nil)
      @challengeable[urify(uri)] = true
      true
    end