diff options
-rw-r--r-- | MdePkg/Include/Protocol/Http.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/Http.h b/MdePkg/Include/Protocol/Http.h index b1f8c51341..64b31213a4 100644 --- a/MdePkg/Include/Protocol/Http.h +++ b/MdePkg/Include/Protocol/Http.h @@ -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 @@ typedef enum { HttpMethodHead,
HttpMethodPut,
HttpMethodDelete,
- HttpMethodTrace
+ HttpMethodTrace,
+ HttpMethodMax
} EFI_HTTP_METHOD;
///
|