Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
mg_domain_context Struct Reference

Definition at line 2327 of file civetweb.c.

Public Attributes

uint64_t auth_nonce_mask
char * config [NUM_OPTIONS]
struct mg_handler_infohandlers
struct mg_domain_contextnext
unsigned long nonce_count
int64_t ssl_cert_last_mtime
SSL_CTXssl_ctx

Member Data Documentation

◆ auth_nonce_mask

uint64_t mg_domain_context::auth_nonce_mask

Definition at line 2334 of file civetweb.c.

◆ config

char* mg_domain_context::config[NUM_OPTIONS]

Definition at line 2329 of file civetweb.c.

◆ handlers

struct mg_handler_info* mg_domain_context::handlers

Definition at line 2330 of file civetweb.c.

◆ next

struct mg_domain_context* mg_domain_context::next

Definition at line 2343 of file civetweb.c.

◆ nonce_count

unsigned long mg_domain_context::nonce_count

Definition at line 2335 of file civetweb.c.

◆ ssl_cert_last_mtime

int64_t mg_domain_context::ssl_cert_last_mtime

Definition at line 2331 of file civetweb.c.

◆ ssl_ctx

SSL_CTX* mg_domain_context::ssl_ctx

Definition at line 2328 of file civetweb.c.


The documentation for this struct was generated from the following file: