iPXE
http_response_auth Struct Reference

HTTP response authorization descriptor. More...

#include <http.h>

Data Fields

struct http_authenticationauth
 Authentication scheme (if any)
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.

Detailed Description

HTTP response authorization descriptor.

Definition at line 296 of file http.h.

Field Documentation

◆ auth

struct http_authentication* http_response_auth::auth

Authentication scheme (if any)

Definition at line 298 of file http.h.

Referenced by http_parse_www_authenticate(), and http_transfer_complete().

◆ basic

struct http_response_auth_basic http_response_auth::basic

Basic authorization descriptor.

Definition at line 302 of file http.h.

◆ digest

struct http_response_auth_digest http_response_auth::digest

Digest authorization descriptor.

Definition at line 304 of file http.h.

Referenced by http_digest_authenticate(), and http_format_digest_auth().

◆ ntlm

struct http_response_auth_ntlm http_response_auth::ntlm

NTLM authorization descriptor.

Definition at line 306 of file http.h.

Referenced by http_format_ntlm_auth(), http_ntlm_authenticate(), and http_parse_ntlm_auth().

◆ [union]

union { ... } http_response_auth

Per-scheme information.


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