class Net::HTTPHeader::DigestAuthenticator
def initialize(username, password, method, path, response_header)
def initialize(username, password, method, path, response_header) @username = username @password = password @method = method @path = path @response = parse(response_header) @cookies = parse_cookies(response_header) end