summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Include/Library/HttpLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/Include/Library/HttpLib.h')
-rw-r--r--NetworkPkg/Include/Library/HttpLib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/NetworkPkg/Include/Library/HttpLib.h b/NetworkPkg/Include/Library/HttpLib.h
index f8505ab4d7..a6894d3fe3 100644
--- a/NetworkPkg/Include/Library/HttpLib.h
+++ b/NetworkPkg/Include/Library/HttpLib.h
@@ -444,6 +444,9 @@ HttpGenRequestMessage (
Translate the status code in HTTP message to EFI_HTTP_STATUS_CODE defined
in UEFI 2.5 specification.
+ The official HTTP status codes can be found here:
+ https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
+
@param[in] StatusCode The status code value in HTTP message.
@return Value defined in EFI_HTTP_STATUS_CODE .