iPXE
|
HTTP response authorization descriptor. More...
#include <http.h>
Data Fields | |
struct http_authentication * | auth |
Authentication scheme (if any) More... | |
union { | |
struct http_response_auth_basic basic | |
Basic authorization descriptor. More... | |
struct http_response_auth_digest digest | |
Digest authorization descriptor. More... | |
struct http_response_auth_ntlm ntlm | |
NTLM authorization descriptor. More... | |
}; | |
Per-scheme information. More... | |
struct http_authentication* http_response_auth::auth |
Authentication scheme (if any)
Definition at line 297 of file http.h.
Referenced by http_parse_www_authenticate(), and http_transfer_complete().
struct http_response_auth_basic http_response_auth::basic |
struct http_response_auth_digest http_response_auth::digest |
Digest authorization descriptor.
Definition at line 303 of file http.h.
Referenced by http_digest_authenticate(), and http_format_digest_auth().
struct http_response_auth_ntlm http_response_auth::ntlm |
NTLM authorization descriptor.
Definition at line 305 of file http.h.
Referenced by http_format_ntlm_auth(), http_ntlm_authenticate(), and http_parse_ntlm_auth().
union { ... } |
Per-scheme information.