]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/Http.h: Add #define for 308 redirect
authorhegdenag <nagaraj-p.hegde@hpe.com>
Thu, 8 Jun 2017 06:39:03 +0000 (14:39 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Fri, 9 Jun 2017 07:37:21 +0000 (15:37 +0800)
Adding Support for the ECR for HTTP 308 redirect.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hegde Nagaraj P <nagaraj-p.hegde@hpe.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Sriram Subramanian <sriram-s@hpe.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
MdePkg/Include/Protocol/Http.h

index 269416c9fc411c9261a5e0feaecbbfa0cf7d3e02..f7a9aa6472a9e5613250c642bca1b4a602fa5963 100644 (file)
@@ -5,7 +5,7 @@
   HTTP Protocol (HTTP)\r
 \r
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
-  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
+  (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution. The full text of the license may be found at\r
@@ -103,7 +103,8 @@ typedef enum {
   HTTP_STATUS_502_BAD_GATEWAY,\r
   HTTP_STATUS_503_SERVICE_UNAVAILABLE,\r
   HTTP_STATUS_504_GATEWAY_TIME_OUT,\r
-  HTTP_STATUS_505_HTTP_VERSION_NOT_SUPPORTED\r
+  HTTP_STATUS_505_HTTP_VERSION_NOT_SUPPORTED,\r
+  HTTP_STATUS_308_PERMANENT_REDIRECT\r
 } EFI_HTTP_STATUS_CODE;\r
 \r
 ///\r