[edk2] [PATCH 2/2] NetworkPkg: Use the New Functions from HttpLib

2016-03-04 Thread Ghazi Belaam
After submitting changes for HttpLib, other modules should be able to use those functions 1 remove the private function and their calls 2 update it with the functions from httpLib Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ghazi Belaam --- NetworkPkg/HttpBootDxe

[edk2] [PATCH 1/2] ModulePkg/DxeHttpLib: Adding Functions to HttpLib

2016-03-04 Thread Ghazi Belaam
There some usefull functions in edk2 private modules that could be used, so we added them to the httpLib Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ghazi Belaam --- MdeModulePkg/Include/Library/HttpLib.h | 129 ++ MdeModulePkg/Library/DxeHttpLib