summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Http.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/Http.h')
-rw-r--r--MdePkg/Include/Protocol/Http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/Http.h b/MdePkg/Include/Protocol/Http.h
index ad6c76a4c4..22201b4b43 100644
--- a/MdePkg/Include/Protocol/Http.h
+++ b/MdePkg/Include/Protocol/Http.h
@@ -282,6 +282,8 @@ typedef struct {
/// 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.