iPXE
Data Fields
http_response_auth Struct Reference

HTTP response authorization descriptor. More...

#include <http.h>

Data Fields

struct http_authenticationauth
 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...
 

Detailed Description

HTTP response authorization descriptor.

Definition at line 295 of file http.h.

Field Documentation

◆ auth

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

◆ basic

struct http_response_auth_basic http_response_auth::basic

Basic authorization descriptor.

Definition at line 301 of file http.h.

◆ digest

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

◆ ntlm

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

◆ @557

union { ... }

Per-scheme information.


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