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_t * | password |
| Password. More... | |
| const char_t * | realm |
| const char_t * | nonce |
| Server nonce. More... | |
| const char_t * | uri |
| Digest URI. More... | |
| const char_t * | qop |
| const char_t * | nc |
| Nonce count. More... | |
| const char_t * | cnonce |
| Client nonce. More... | |
| const char_t * | response |
| const char_t * | opaque |
Detailed Description
Authorization header.
Definition at line 459 of file http_server.h.
Field Documentation
◆ cnonce
| const char_t* cnonce |
Client nonce.
Definition at line 473 of file http_server.h.
◆ found
| bool_t found |
The Authorization header has been found.
Definition at line 461 of file http_server.h.
◆ mode
| HttpAuthMode mode |
Authentication scheme.
Definition at line 462 of file http_server.h.
◆ nc
| const char_t* nc |
Nonce count.
Definition at line 472 of file http_server.h.
◆ nonce
| const char_t* nonce |
Server nonce.
Definition at line 469 of file http_server.h.
◆ opaque
| const char_t* opaque |
Definition at line 475 of file http_server.h.
◆ password
| const char_t* password |
Password.
Definition at line 465 of file http_server.h.
◆ qop
| const char_t* qop |
Definition at line 471 of file http_server.h.
◆ realm
| const char_t* realm |
Definition at line 468 of file http_server.h.
◆ response
| const char_t* response |
Definition at line 474 of file http_server.h.
◆ uri
| const char_t* uri |
Digest URI.
Definition at line 470 of file http_server.h.
◆ user
| char_t user[HTTP_SERVER_USERNAME_MAX_LEN+1] |
User name.
Definition at line 463 of file http_server.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/http/http_server.h
