iPXE
Data Fields
http_response_auth_digest Struct Reference

HTTP response Digest authorization descriptor. More...

#include <http.h>

Data Fields

const char * realm
 Realm. More...
 
const char * qop
 Quality of protection. More...
 
const char * algorithm
 Algorithm. More...
 
const char * nonce
 Nonce. More...
 
const char * opaque
 Opaque. More...
 

Detailed Description

HTTP response Digest authorization descriptor.

Definition at line 273 of file http.h.

Field Documentation

◆ realm

const char* http_response_auth_digest::realm

Realm.

Definition at line 275 of file http.h.

◆ qop

const char* http_response_auth_digest::qop

Quality of protection.

Definition at line 277 of file http.h.

◆ algorithm

const char* http_response_auth_digest::algorithm

Algorithm.

Definition at line 279 of file http.h.

◆ nonce

const char* http_response_auth_digest::nonce

Nonce.

Definition at line 281 of file http.h.

◆ opaque

const char* http_response_auth_digest::opaque

Opaque.

Definition at line 283 of file http.h.


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