HttpAuthorizationHeader Struct Reference

Authorization header. More...

#include <http_server.h>

Data Fields

bool_t found
 The Authorization header has been found. More...
 
HttpAuthMode mode
 Authentication scheme. More...
 
char_t user [HTTP_SERVER_USERNAME_MAX_LEN+1]
 User name. More...
 
const char_tpassword
 Password. More...
 
const char_trealm
 
const char_tnonce
 Server nonce. More...
 
const char_turi
 Digest URI. More...
 
const char_tqop
 
const char_tnc
 Nonce count. More...
 
const char_tcnonce
 Client nonce. More...
 
const char_tresponse
 
const char_topaque
 

Detailed Description

Authorization header.

Definition at line 442 of file http_server.h.

Field Documentation

◆ cnonce

const char_t* cnonce

Client nonce.

Definition at line 456 of file http_server.h.

◆ found

bool_t found

The Authorization header has been found.

Definition at line 444 of file http_server.h.

◆ mode

Authentication scheme.

Definition at line 445 of file http_server.h.

◆ nc

const char_t* nc

Nonce count.

Definition at line 455 of file http_server.h.

◆ nonce

const char_t* nonce

Server nonce.

Definition at line 452 of file http_server.h.

◆ opaque

const char_t* opaque

Definition at line 458 of file http_server.h.

◆ password

const char_t* password

Password.

Definition at line 448 of file http_server.h.

◆ qop

const char_t* qop

Definition at line 454 of file http_server.h.

◆ realm

const char_t* realm

Definition at line 451 of file http_server.h.

◆ response

const char_t* response

Definition at line 457 of file http_server.h.

◆ uri

const char_t* uri

Digest URI.

Definition at line 453 of file http_server.h.

◆ user

User name.

Definition at line 446 of file http_server.h.


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