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
19
typedef
VOID *REDFISH_SERVICE;
20
typedef
VOID *REDFISH_PAYLOAD;
21
25
typedef
struct
{
26
UINTN
HeaderCount;
27
EFI_HTTP_HEADER
*Headers;
28
CHAR8 *Content;
29
CHAR8 *ContentType;
30
UINTN
ContentLength;
31
}
REDFISH_REQUEST
;
32
36
typedef
struct
{
37
EFI_HTTP_STATUS_CODE
*StatusCode;
38
UINTN
HeaderCount;
39
EFI_HTTP_HEADER
*Headers;
40
REDFISH_PAYLOAD Payload;
41
}
REDFISH_RESPONSE
;
42
43
#endif
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
Http.h
EFI_HTTP_STATUS_CODE
EFI_HTTP_STATUS_CODE
Definition:
Http.h:59
Uefi.h
EFI_HTTP_HEADER
Definition:
Http.h:210
REDFISH_REQUEST
Definition:
RedfishServiceData.h:25
REDFISH_RESPONSE
Definition:
RedfishServiceData.h:36
RedfishPkg
Include
RedfishServiceData.h
Generated on Fri Nov 15 2024 18:01:23 for TianoCore EDK2 by
1.9.6