Definition at line 2250 of file civetweb.c.
Public Attributes | |
uint64_t | auth_nonce_mask |
char * | config [NUM_OPTIONS] |
struct mg_handler_info * | handlers |
struct mg_domain_context * | next |
unsigned long | nonce_count |
int64_t | ssl_cert_last_mtime |
SSL_CTX * | ssl_ctx |
uint64_t mg_domain_context::auth_nonce_mask |
Definition at line 2257 of file civetweb.c.
char* mg_domain_context::config[NUM_OPTIONS] |
Definition at line 2252 of file civetweb.c.
struct mg_handler_info* mg_domain_context::handlers |
Definition at line 2253 of file civetweb.c.
struct mg_domain_context* mg_domain_context::next |
Definition at line 2266 of file civetweb.c.
unsigned long mg_domain_context::nonce_count |
Definition at line 2258 of file civetweb.c.
int64_t mg_domain_context::ssl_cert_last_mtime |
Definition at line 2254 of file civetweb.c.
SSL_CTX* mg_domain_context::ssl_ctx |
Definition at line 2251 of file civetweb.c.