Home | Documentation |
http_da_session Struct Reference
updated Mon Apr 22 2024 by Robert van Engelen
|
Keeps internal state of shared sessions. More...
#include <httpda.h>
Public Attributes | |
struct http_da_session * | next |
time_t | modified |
char * | realm |
char * | nonce |
char * | opaque |
unsigned long | nc |
Keeps internal state of shared sessions.
time_t http_da_session::modified |
unsigned long http_da_session::nc |
struct http_da_session* http_da_session::next |
char* http_da_session::nonce |
char* http_da_session::opaque |
char* http_da_session::realm |