]> git.proxmox.com Git - mirror_edk2.git/commit
NetworkPkg/Library: Implementation of Http IO Helper Library
authorAbner Chang <abner.chang@hpe.com>
Tue, 3 Nov 2020 05:26:49 +0000 (13:26 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 4 Dec 2020 11:45:07 +0000 (11:45 +0000)
commit71a404154105fac01b7c45a46bfa873fa5457114
tree00980233852bdcb4cf5375fbe4dac06d69a32ed4
parentc02bdb276baf8c37a42c87dff68fb0d3f264b124
NetworkPkg/Library: Implementation of Http IO Helper Library

Add HTTP IO helper library which could be used by HTTP applications
such as HTTP Boot, Redfish HTTP REST EX driver instance and etc.

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: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
NetworkPkg/Include/Library/HttpIoLib.h [new file with mode: 0644]
NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.c [new file with mode: 0644]
NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf [new file with mode: 0644]
NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.uni [new file with mode: 0644]