|
iPXE
|
HTTP request Basic authentication descriptor. More...
#include <http.h>
Data Fields | |
| const char * | username |
| Username. | |
| const char * | password |
| Password. | |
| const char* http_request_auth_basic::username |
Username.
Definition at line 156 of file http.h.
Referenced by http_basic_authenticate(), and http_format_basic_auth().
| const char* http_request_auth_basic::password |
Password.
Definition at line 158 of file http.h.
Referenced by http_basic_authenticate(), and http_format_basic_auth().