class HTTPClient::DigestAuth
def set(uri, user, passwd)
Set authentication credential.
def set(uri, user, passwd) @set = true if uri uri = Util.uri_dirname(uri) @auth[uri] = [user, passwd] end end
def set(uri, user, passwd) @set = true if uri uri = Util.uri_dirname(uri) @auth[uri] = [user, passwd] end end