class Net::HTTPHeader::DigestAuthenticator

def use_md5_sess?

def use_md5_sess?
  algorithm_present? && @response['algorithm'] == 'MD5-sess'
end