]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg: Redfish functions for REST requests are not fully spec complied
authorAbner Chang <abner.chang@amd.com>
Tue, 23 Aug 2022 02:09:37 +0000 (10:09 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 23 Aug 2022 03:13:11 +0000 (03:13 +0000)
commitf2bf043aaac7107a8ed1c0060c838d1e032e077f
treedb28af1369ca02cb02c197810160c1a2acd0db96
parenteebef1b3b7d992f28d8a5ba14a173ef535974373
RedfishPkg: Redfish functions for REST requests are not fully spec complied

There is no function to send POST request with the
ContentType different from "application\json".
There is no function to send DELETE request with the body.

Cc: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Signed-off-by: Igor Kulchytskyy <igork@ami.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
RedfishPkg/Include/Library/RedfishLib.h
RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.c
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c