TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/Rest.h>
Data Fields | |
EFI_REST_SEND_RECEIVE | SendReceive |
EFI_REST_GET_TIME | GetServiceTime |
The EFI REST protocol is designed to be used by EFI drivers and applications to send and receive resources from a RESTful service. This protocol abstracts REST (Representational State Transfer) client functionality. This EFI protocol could be implemented to use an underlying EFI HTTP protocol, or it could rely on other interfaces that abstract HTTP access to the resources.
EFI_REST_GET_TIME _EFI_REST_PROTOCOL::GetServiceTime |
EFI_REST_SEND_RECEIVE _EFI_REST_PROTOCOL::SendReceive |