]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpImpl.h
NetworkPkg:Add a new error status code EFI_HTTP_ERROR
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpImpl.h
index bfbaeccef2b26be6dc0e871761eb2e74e2ceb3d1..38228425bb5092b3c39e5ee2164798aaecdc52e4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The header files of implementation of EFI_HTTP_PROTOCOL protocol interfaces.\r
 \r
-  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -23,6 +23,8 @@
 #define HTTP_VERSION_CRLF_STR    " HTTP/1.1\r\n"\r
 #define HTTP_GET_STR             "GET "\r
 #define HTTP_HEAD_STR            "HEAD "\r
+#define HTTP_ERROR_OR_NOT_SUPPORT_STATUS_CODE         300\r
+\r
 //\r
 // Connect method has maximum length according to EFI_HTTP_METHOD defined in\r
 // UEFI2.5 spec so use this.\r