9#ifndef SQUID_SRC_AUTH_DIGEST_USERREQUEST_H
10#define SQUID_SRC_AUTH_DIGEST_USERREQUEST_H
12#if HAVE_AUTH_MODULE_DIGEST
35 ~UserRequest()
override;
39 void addAuthenticationInfoHeader(
HttpReply * rep,
int accel)
override;
41 virtual void addAuthenticationInfoTrailer(
HttpReply * rep,
int accel);
45 const char *credentialsStr()
override;
60 bool invalid_password;
63 digest_nonce_h *nonce;
66 static HLPCB HandleReply;
#define MEMPROXY_CLASS(CLASS)
static void authenticate(int socket_fd, const char *username, const char *passwd)
void HLPCB(void *, const Helper::Reply &)