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 274 of file http.h.

Field Documentation

◆ realm

const char* http_response_auth_digest::realm

Realm.

Definition at line 276 of file http.h.

◆ qop

const char* http_response_auth_digest::qop

Quality of protection.

Definition at line 278 of file http.h.

◆ algorithm

const char* http_response_auth_digest::algorithm

Algorithm.

Definition at line 280 of file http.h.

◆ nonce

const char* http_response_auth_digest::nonce

Nonce.

Definition at line 282 of file http.h.

◆ opaque

const char* http_response_auth_digest::opaque

Opaque.

Definition at line 284 of file http.h.


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