Revision: 18522
          http://sourceforge.net/p/edk2/code/18522
Author:   hwu1225
Date:     2015-09-21 08:00:09 +0000 (Mon, 21 Sep 2015)
Log Message:
-----------
MdePkg: Http.h - Add HttpMethodMax to EFI_HTTP_METHOD.

Add HttpMethodMax enum value to EFI_HTTP_METHOD to make it easier to iterate
through the HTTP methods using a loop.

(Sync patch r18520 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <[email protected]>
Reviewed-by: Fu Siyuan <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/18520

Modified Paths:
--------------
    branches/UDK2015/MdePkg/Include/Protocol/Http.h

Modified: branches/UDK2015/MdePkg/Include/Protocol/Http.h
===================================================================
--- branches/UDK2015/MdePkg/Include/Protocol/Http.h     2015-09-21 07:53:16 UTC 
(rev 18521)
+++ branches/UDK2015/MdePkg/Include/Protocol/Http.h     2015-09-21 08:00:09 UTC 
(rev 18522)
@@ -5,6 +5,7 @@
   HTTP Protocol (HTTP)
 
   Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
   which accompanies this distribution. The full text of the license may be 
found at
@@ -54,7 +55,8 @@
   HttpMethodHead,
   HttpMethodPut,
   HttpMethodDelete,
-  HttpMethodTrace
+  HttpMethodTrace,
+  HttpMethodMax
 } EFI_HTTP_METHOD;
 
 ///


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to