Definition at line 9020 of file civetweb.c.
Public Attributes | |
struct auth_header | auth_header |
char | buf [256+256+40] |
struct mg_connection * | conn |
const char * | domain |
const char * | f_domain |
const char * | f_ha1 |
const char * | f_user |
struct auth_header read_auth_file_struct::auth_header |
Definition at line 9022 of file civetweb.c.
char read_auth_file_struct::buf[256+256+40] |
Definition at line 9024 of file civetweb.c.
struct mg_connection* read_auth_file_struct::conn |
Definition at line 9021 of file civetweb.c.
const char* read_auth_file_struct::domain |
Definition at line 9023 of file civetweb.c.
const char* read_auth_file_struct::f_domain |
Definition at line 9026 of file civetweb.c.
const char* read_auth_file_struct::f_ha1 |
Definition at line 9027 of file civetweb.c.
const char* read_auth_file_struct::f_user |
Definition at line 9025 of file civetweb.c.