iPXE
Data Fields
_EFI_HTTP_PROTOCOL Struct Reference

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. More...

#include <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
 

Detailed Description

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.

Definition at line 504 of file Http.h.

Field Documentation

◆ GetModeData

EFI_HTTP_GET_MODE_DATA _EFI_HTTP_PROTOCOL::GetModeData

Definition at line 505 of file Http.h.

◆ Configure

EFI_HTTP_CONFIGURE _EFI_HTTP_PROTOCOL::Configure

Definition at line 506 of file Http.h.

◆ Request

EFI_HTTP_REQUEST _EFI_HTTP_PROTOCOL::Request

Definition at line 507 of file Http.h.

◆ Cancel

EFI_HTTP_CANCEL _EFI_HTTP_PROTOCOL::Cancel

Definition at line 508 of file Http.h.

◆ Response

EFI_HTTP_RESPONSE _EFI_HTTP_PROTOCOL::Response

Definition at line 509 of file Http.h.

◆ Poll

EFI_HTTP_POLL _EFI_HTTP_PROTOCOL::Poll

Definition at line 510 of file Http.h.


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