Data Fields | |
EFI_EVENT | Event |
EFI_STATUS | Status |
EFI_HTTP_MESSAGE * | Message |
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.
Pointer to storage containing HTTP message data.
EFI_STATUS EFI_HTTP_TOKEN::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_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.