XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_REST_PROTOCOL Struct Reference

#include <Rest.h>

Collaboration diagram for _EFI_REST_PROTOCOL:
Collaboration graph
[legend]

Public Attributes

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.

Member Data Documentation

◆ GetServiceTime

EFI_REST_GET_TIME _EFI_REST_PROTOCOL::GetServiceTime

◆ SendReceive

EFI_REST_SEND_RECEIVE _EFI_REST_PROTOCOL::SendReceive

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