TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/Http.h>
Data Fields | |
EFI_HTTP_GET_MODE_DATA | GetModeData |
EFI_HTTP_CONFIGURE | Configure |
EFI_HTTP_REQUEST | Request |
EFI_HTTP_CANCEL | Cancel |
EFI_HTTP_RESPONSE | Response |
EFI_HTTP_POLL | Poll |
The EFI HTTP protocol is designed to be used by EFI drivers and applications to create and transmit HTTP Requests, as well as handle HTTP responses that are returned by a remote host. This EFI protocol uses and relies on an underlying EFI TCP protocol.
EFI_HTTP_CANCEL _EFI_HTTP_PROTOCOL::Cancel |
EFI_HTTP_CONFIGURE _EFI_HTTP_PROTOCOL::Configure |
EFI_HTTP_GET_MODE_DATA _EFI_HTTP_PROTOCOL::GetModeData |
EFI_HTTP_POLL _EFI_HTTP_PROTOCOL::Poll |
EFI_HTTP_REQUEST _EFI_HTTP_PROTOCOL::Request |
EFI_HTTP_RESPONSE _EFI_HTTP_PROTOCOL::Response |