audk/NetworkPkg/HttpDxe
Nagaraj Hegde d8293d3141 NetworkPkg:HttpDxe: Code changes to support HTTP PUT/POST operations
Code changes enables HttpDxe to handle PUT/POST operations.
EfiHttpRequest assumes "Request" and "HttpMsg->Headers" can
never be NULL. Also, HttpResponseWorker assumes HTTP Reponse
will contain headers. We could have response which could contain
only a string (HTTP 100 Continue) and no headers. Code changes
tries to do-away from these assumptions, which would enable
HttpDxe to support PUT/POST operations.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hegde, Nagaraj P nagaraj-p.hegde@hpe.com
Reviewed-By: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
2016-05-16 14:22:33 +08:00
..
ComponentName.c NetworkPkg: Add HTTP Driver 2015-07-07 09:09:21 +00:00
ComponentName.h NetworkPkg: Add HTTP Driver 2015-07-07 09:09:21 +00:00
HttpDns.c NetworkPkg:Enable Http Boot over Ipv6 stack 2015-11-09 03:30:42 +00:00
HttpDns.h NetworkPkg:Enable Http Boot over Ipv6 stack 2015-11-09 03:30:42 +00:00
HttpDriver.c NetworkPkg:HttpDxe: Code changes to support HTTP PUT/POST operations 2016-05-16 14:22:33 +08:00
HttpDriver.h NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxe 2016-02-25 15:02:31 +08:00
HttpDxe.inf NetworkPkg:Enable Http Boot over Ipv6 stack 2015-11-09 03:30:42 +00:00
HttpDxe.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00
HttpDxeExtra.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00
HttpImpl.c NetworkPkg:HttpDxe: Code changes to support HTTP PUT/POST operations 2016-05-16 14:22:33 +08:00
HttpImpl.h NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxe 2016-02-25 15:02:31 +08:00
HttpProto.c NetworkPkg: Fix incorrect buffer free in HttpDxe 2016-04-28 16:28:04 +08:00
HttpProto.h NetworkPkg:HttpDxe: Code changes to support HTTP PUT/POST operations 2016-05-16 14:22:33 +08:00