Revision: 18520
http://sourceforge.net/p/edk2/code/18520
Author: sfu5
Date: 2015-09-21 07:53:00 +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.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <[email protected]>
Reviewed-by: Fu Siyuan <[email protected]>
Modified Paths:
--------------
trunk/edk2/MdePkg/Include/Protocol/Http.h
Modified: trunk/edk2/MdePkg/Include/Protocol/Http.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/Http.h 2015-09-21 05:54:03 UTC (rev
18519)
+++ trunk/edk2/MdePkg/Include/Protocol/Http.h 2015-09-21 07:53:00 UTC (rev
18520)
@@ -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