]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Http11.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Http11.h
index f1f113e04b69a12f39fe18c452d0810000e74fb9..2137ef1f1ac314650fb7dc6fff0f16d38218e25c 100644 (file)
 ///\r
 #define HTTP_HEADER_IF_NONE_MATCH  "If-None-Match"\r
 \r
+///\r
+/// The WWW-Authenticate Response Header\r
+/// If a server receives a request for an access-protected object, and an\r
+/// acceptable Authorization header is not sent, the server responds with\r
+/// a "401 Unauthorized" status code, and a WWW-Authenticate header.\r
+///\r
+#define HTTP_HEADER_WWW_AUTHENTICATE  "WWW-Authenticate"\r
+\r
 ///\r
 /// Authorization Request Header\r
 /// The Authorization field value consists of credentials\r