summaryrefslogtreecommitdiff
path: root/RedfishPkg/RedfishHttpDxe/RedfishHttpData.h
AgeCommit message (Collapse)AuthorFilesLines
2025-07-04RedfishPkg: Correct spelling errors and typosAbdul Lateef Attar1-2/+3
Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
2024-08-07RedfishPkg: Allow deletion of the bootstrap accountIgor Kulchytskyy1-8/+8
Extending the Redfish Credential protocol to allow Redfish Clients to be registered/unregistered for tracking their end of work and delete a bootstrap account when all registered Redfish clients finish their communication with Redfish service. Redfish Http module also was updated to register/unregister clients on Redfish Service creation/stop event. Cc: Abner Chang <abner.chang@amd.com> Cc: Nickle Wang <nicklew@nvidia.com> Signed-off-by: Igor Kulchytskyy <igork@ami.com>
2024-02-29RedfishPkg: implement Redfish HTTP protocolNickle Wang1-0/+256
implement Redfish HTTP protocol driver. Signed-off-by: Nickle Wang <nicklew@nvidia.com> Co-authored-by: Igor Kulchytskyy <igork@ami.com> Cc: Abner Chang <abner.chang@amd.com> Cc: Igor Kulchytskyy <igork@ami.com> Cc: Nick Ramirez <nramirez@nvidia.com> Reviewed-by: Abner Chang <abner.chang@amd.com> Reviewed-by: Igor Kulchytskyy <igork@ami.com> Reviewed-by: Mike Maslenkin <mike.maslenkin@gmail.com>