X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FHttpDxe%2FHttpImpl.h;h=40b25048bc7302b6ad3f324e74bda00b01ee3711;hb=322d827c0f41efe14387ee67834ddced09f95c9c;hp=bfbaeccef2b26be6dc0e871761eb2e74e2ceb3d1;hpb=f0ab5a81b46b9bf0a8a4234782e70cb941d91f47;p=mirror_edk2.git diff --git a/NetworkPkg/HttpDxe/HttpImpl.h b/NetworkPkg/HttpDxe/HttpImpl.h index bfbaeccef2..40b25048bc 100644 --- a/NetworkPkg/HttpDxe/HttpImpl.h +++ b/NetworkPkg/HttpDxe/HttpImpl.h @@ -1,7 +1,8 @@ /** @file The header files of implementation of EFI_HTTP_PROTOCOL protocol interfaces. - Copyright (c) 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -19,15 +20,10 @@ #define HTTP_DEFAULT_PORT 80 #define HTTP_END_OF_HDR_STR "\r\n\r\n" #define HTTP_CRLF_STR "\r\n" -#define HTTP_VERSION_STR "HTTP/1.1" +#define HTTP_VERSION_STR HTTP_VERSION #define HTTP_VERSION_CRLF_STR " HTTP/1.1\r\n" -#define HTTP_GET_STR "GET " -#define HTTP_HEAD_STR "HEAD " -// -// Connect method has maximum length according to EFI_HTTP_METHOD defined in -// UEFI2.5 spec so use this. -// -#define HTTP_MAXIMUM_METHOD_LEN sizeof ("CONNECT") +#define HTTP_ERROR_OR_NOT_SUPPORT_STATUS_CODE 300 + /** Returns the operational parameters for the current HTTP child instance. @@ -76,7 +72,6 @@ EfiHttpGetModeData ( @retval EFI_SUCCESS Operation succeeded. @retval EFI_INVALID_PARAMETER One or more of the following conditions is TRUE: This is NULL. - HttpConfigData is NULL. HttpConfigData->LocalAddressIsIPv6 is FALSE and HttpConfigData->IPv4Node is NULL. HttpConfigData->LocalAddressIsIPv6 is TRUE and