Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
mg_domain_context Struct Reference

Data Fields

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

Detailed Description

Definition at line 2269 of file civetweb.c.

Field Documentation

◆ auth_nonce_mask

uint64_t mg_domain_context::auth_nonce_mask

◆ config

◆ handlers

struct mg_handler_info* mg_domain_context::handlers

◆ next

struct mg_domain_context* mg_domain_context::next

◆ nonce_count

unsigned long mg_domain_context::nonce_count

Definition at line 2277 of file civetweb.c.

Referenced by mg_start_domain2(), parse_auth_header(), and send_authorization_request().

◆ ssl_cert_last_mtime

int64_t mg_domain_context::ssl_cert_last_mtime

Definition at line 2273 of file civetweb.c.

Referenced by refresh_trust().

◆ ssl_ctx


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