Re: [edk2] [Patch 1/2] MdeModulePkg: Add HttpLib to MdeModulePkg.

2015-06-30 Thread Fu, Siyuan
->FieldBitMap | BIT (HTTP_URI_FIELD_PORT)) == 0) { -Original Message- From: Fu Siyuan [mailto:siyuan...@intel.com] Sent: Sunday, June 28, 2015 10:13 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch 1/2] MdeModulePkg: Add HttpLib to MdeModulePkg. This patch add the hea

Re: [edk2] [Patch 1/2] MdeModulePkg: Add HttpLib to MdeModulePkg.

2015-06-30 Thread El-Haj-Mahmoud, Samer
ieldBitMap | BIT (HTTP_URI_FIELD_PORT)) == 0) { -Original Message- From: Fu Siyuan [mailto:siyuan...@intel.com] Sent: Sunday, June 28, 2015 10:13 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch 1/2] MdeModulePkg: Add HttpLib to MdeModulePkg. This patch add the header file and DXE implem

[edk2] [Patch 1/2] MdeModulePkg: Add HttpLib to MdeModulePkg.

2015-06-28 Thread Fu Siyuan
This patch add the header file and DXE implementation for the HttpLib. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan --- MdeModulePkg/Include/Library/HttpLib.h | 323 ++ MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 1359