|
iPXE
|
HTTP request Basic authentication descriptor. More...
#include <http.h>
Data Fields | |
| const char * | username |
| Username. More... | |
| const char * | password |
| Password. More... | |
| const char* http_request_auth_basic::username |
Username.
Definition at line 155 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 157 of file http.h.
Referenced by http_basic_authenticate(), and http_format_basic_auth().
1.8.15