Re: [edk2] [PATCH] MdeModulePkg: Add HttpUtilLib

2016-02-23 Thread El-Haj-Mahmoud, Samer
t: Re: [edk2] [PATCH] MdeModulePkg: Add HttpUtilLib Hi, Samer After the review we think it's ok to put these interfaces to the existing HttpLib and it could be extend in future if necessary. And there should be a patch to update HttpDxe, HttpUtilityDxe and HttpBootDxe drivers to consume the

Re: [edk2] [PATCH] MdeModulePkg: Add HttpUtilLib

2016-02-23 Thread Fu, Siyuan
Hi, Samer After the review we think it's ok to put these interfaces to the existing HttpLib and it could be extend in future if necessary. And there should be a patch to update HttpDxe, HttpUtilityDxe and HttpBootDxe drivers to consume the new library interfaces. Could you please recreate a

Re: [edk2] [PATCH] MdeModulePkg: Add HttpUtilLib

2016-02-21 Thread El-Haj-Mahmoud, Samer
siyuan...@intel.com Subject: [edk2] [PATCH] MdeModulePkg: Add HttpUtilLib Add new HttpUtilLib that contains helper functions for HTTP Request/Response processing. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <el...@hpe.com> --- MdeModulePkg/Inc

[edk2] [PATCH] MdeModulePkg: Add HttpUtilLib

2016-02-18 Thread Samer El-Haj-Mahmoud
Add new HttpUtilLib that contains helper functions for HTTP Request/Response processing. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud --- MdeModulePkg/Include/Library/HttpUtilLib.h | 140 ++