iPXE
Data Fields
http_request_auth_basic Struct Reference

HTTP request Basic authentication descriptor. More...

#include <http.h>

Data Fields

const char * username
 Username. More...
 
const char * password
 Password. More...
 

Detailed Description

HTTP request Basic authentication descriptor.

Definition at line 153 of file http.h.

Field Documentation

◆ username

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().

◆ password

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().


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