EFI_HTTP_TOKEN.
More...
#include <Http.h>
|
EFI_EVENT | Event |
| This Event will be signaled after the Status field is updated by the EFI HTTP Protocol driver. More...
|
|
EFI_STATUS | Status |
| Status will be set to one of the following value if the HTTP request is successfully sent or if an unexpected error occurs: EFI_SUCCESS: The HTTP request was successfully sent to the remote host. More...
|
|
EFI_HTTP_MESSAGE * | Message |
| Pointer to storage containing HTTP message data. More...
|
|
EFI_HTTP_TOKEN.
Definition at line 270 of file Http.h.
◆ Event
This Event will be signaled after the Status field is updated by the EFI HTTP Protocol driver.
The type of Event must be EFI_NOTIFY_SIGNAL. The Task Priority Level (TPL) of Event must be lower than or equal to TPL_CALLBACK.
Definition at line 276 of file Http.h.
◆ Status
Status will be set to one of the following value if the HTTP request is successfully sent or if an unexpected error occurs: EFI_SUCCESS: The HTTP request was successfully sent to the remote host.
EFI_HTTP_ERROR: The response message was successfully received but contains a HTTP error. The response status code is returned in token. EFI_ABORTED: The HTTP request was cancelled by the caller and removed from the transmit queue. EFI_TIMEOUT: The HTTP request timed out before reaching the remote host. EFI_DEVICE_ERROR: An unexpected system or network error occurred.
Definition at line 288 of file Http.h.
◆ Message
Pointer to storage containing HTTP message data.
Definition at line 292 of file Http.h.
The documentation for this struct was generated from the following file:
- include/ipxe/efi/Protocol/Http.h