TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_REST_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/Rest.h>

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.

Definition at line 81 of file Rest.h.

Field Documentation

◆ GetServiceTime

EFI_REST_GET_TIME _EFI_REST_PROTOCOL::GetServiceTime

Definition at line 83 of file Rest.h.

◆ SendReceive

EFI_REST_SEND_RECEIVE _EFI_REST_PROTOCOL::SendReceive

Definition at line 82 of file Rest.h.


The documentation for this struct was generated from the following file: