]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/HttpDxe/HttpDxe.inf
NetworkPkg: Add HTTP Driver
authorYe Ting <ting.ye@intel.com>
Tue, 7 Jul 2015 09:09:21 +0000 (09:09 +0000)
committertye1 <tye1@Edk2>
Tue, 7 Jul 2015 09:09:21 +0000 (09:09 +0000)
commit47f51a064fbb3d3226304380674b2bec3cb33ba1
tree44cb073e0aa95990d605a00e6118e3620fd38400
parent99c048ef4aca44589d519946ee6a6c890ad9123b
NetworkPkg: Add HTTP Driver

Add HTTP driver to support HTTP protocols defined in UEFI 2.5 specification.

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hp.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17855 6f19259b-4bc3-4df7-8a09-765794883524
15 files changed:
NetworkPkg/HttpDxe/ComponentName.c [new file with mode: 0644]
NetworkPkg/HttpDxe/ComponentName.h [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpDns.c [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpDns.h [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpDriver.c [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpDriver.h [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpDxe.inf [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpDxe.uni [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpDxeExtra.uni [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpImpl.c [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpImpl.h [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpProto.c [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpProto.h [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpUtilities.c [new file with mode: 0644]
NetworkPkg/HttpDxe/HttpUtilities.h [new file with mode: 0644]