class Net::HTTPHeader::DigestAuthenticator

def qop_present?

def qop_present?
  @response.key?('qop') && !@response['qop'].empty?
end