]> git.proxmox.com Git - mirror_edk2.git/commit
NetworkPkg/DxeHttpLib: Migrate HTTP header manipulation APIs
authorAbner Chang <abner.chang@hpe.com>
Thu, 7 Jan 2021 06:57:02 +0000 (14:57 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 14 Jan 2021 14:54:12 +0000 (14:54 +0000)
commit40c4cd54213b78ef0daee2f4b186150d7ef63bb4
tree3a2f33ec4683a5e45560b60996869e6e160f6137
parent536a3e67263b6d891152c0511cbdbbadf42a7360
NetworkPkg/DxeHttpLib: Migrate HTTP header manipulation APIs

Move HTTP header manipulation functions to DxeHttpLib from
HttpBootSupport.c. These general functions are used by both
Http BOOT and RedfishLib (patches will be sent later).

Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Fan Wang <fan.wang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Peter O'Hanley <peter.ohanley@hpe.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
NetworkPkg/HttpBootDxe/HttpBootClient.c
NetworkPkg/HttpBootDxe/HttpBootSupport.c
NetworkPkg/HttpBootDxe/HttpBootSupport.h
NetworkPkg/Include/Library/HttpLib.h
NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c