]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Http.h
MdePkg: Http.h - Add HttpMethodMax to EFI_HTTP_METHOD.
[mirror_edk2.git] / MdePkg / Include / Protocol / Http.h
index b1f8c51341d5b5e4e7b5905ba36af3366c81d5a5..64b31213a46efd980087281e3ed58a91e1f23346 100644 (file)
@@ -5,6 +5,7 @@
   HTTP Protocol (HTTP)\r
 \r
   Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+  (C) Copyright 2015 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
@@ -54,7 +55,8 @@ typedef enum {
   HttpMethodHead,\r
   HttpMethodPut,\r
   HttpMethodDelete,\r
-  HttpMethodTrace\r
+  HttpMethodTrace,\r
+  HttpMethodMax\r
 } EFI_HTTP_METHOD;\r
 \r
 ///\r