MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_REST_PROTOCOL Struct Reference

Data Fields

EFI_REST_SEND_RECEIVE SendReceive
 
EFI_REST_GET_TIME GetServiceTime
 

Detailed Description

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.

Field Documentation

EFI_REST_GET_TIME _EFI_REST_PROTOCOL::GetServiceTime
EFI_REST_SEND_RECEIVE _EFI_REST_PROTOCOL::SendReceive