TianoCore EDK2 master
Loading...
Searching...
No Matches
RedfishServiceData.h
Go to the documentation of this file.
1
13#ifndef REDFISH_SERVICE_DATA_H_
14#define REDFISH_SERVICE_DATA_H_
15
16#include <Uefi.h>
17#include <Protocol/Http.h>
18
19typedef VOID *REDFISH_SERVICE;
20typedef VOID *REDFISH_PAYLOAD;
21
25typedef struct {
26 UINTN HeaderCount;
27 EFI_HTTP_HEADER *Headers;
28 CHAR8 *Content;
29 CHAR8 *ContentType;
30 UINTN ContentLength;
32
36typedef struct {
37 EFI_HTTP_STATUS_CODE *StatusCode;
38 UINTN HeaderCount;
39 EFI_HTTP_HEADER *Headers;
40 REDFISH_PAYLOAD Payload;
42
43#endif
UINT64 UINTN
EFI_HTTP_STATUS_CODE
Definition: Http.h:59