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

Data Fields

char * user
 
int type
 
char * plain_password
 
char * uri
 
char * cnonce
 
char * response
 
char * qop
 
char * nc
 
char * nonce
 

Detailed Description

Definition at line 8545 of file civetweb.c.

Field Documentation

◆ cnonce

char * ah::cnonce

Definition at line 8549 of file civetweb.c.

Referenced by parse_auth_header(), and read_auth_file().

◆ nc

char * ah::nc

Definition at line 8549 of file civetweb.c.

Referenced by parse_auth_header(), and read_auth_file().

◆ nonce

char * ah::nonce

Definition at line 8549 of file civetweb.c.

Referenced by parse_auth_header(), and read_auth_file().

◆ plain_password

char* ah::plain_password

Definition at line 8548 of file civetweb.c.

Referenced by parse_auth_header(), and read_auth_file().

◆ qop

char * ah::qop

Definition at line 8549 of file civetweb.c.

Referenced by parse_auth_header(), and read_auth_file().

◆ response

char * ah::response

Definition at line 8549 of file civetweb.c.

Referenced by parse_auth_header(), and read_auth_file().

◆ type

int ah::type

Definition at line 8547 of file civetweb.c.

Referenced by parse_auth_header(), and read_auth_file().

◆ uri

char* ah::uri

Definition at line 8549 of file civetweb.c.

Referenced by parse_auth_header(), and read_auth_file().

◆ user

char* ah::user

Definition at line 8546 of file civetweb.c.

Referenced by authorize(), parse_auth_header(), and read_auth_file().


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