X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FLibrary%2FHttpLib.h;h=9975aea676de09bd7b02b90bd37cd9d698824095;hb=0d07e6fb53575ef4dd050a62ed0795575fa3eda9;hp=853982025c25aeb215f1a1b38dc1a2372ad5a8cf;hpb=e297a0a498139cedca232aff69c41c8996151f0b;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Library/HttpLib.h b/MdeModulePkg/Include/Library/HttpLib.h index 853982025c..9975aea676 100644 --- a/MdeModulePkg/Include/Library/HttpLib.h +++ b/MdeModulePkg/Include/Library/HttpLib.h @@ -286,8 +286,9 @@ HttpInitMsgParser ( @retval EFI_SUCCESS Successfully parse the message-body. @retval EFI_INVALID_PARAMETER MsgParser is NULL or Body is NULL or BodyLength is 0. - @retval Others Operation aborted. - + @retval EFI_ABORTED Operation aborted. + @retval Other Error happened while parsing message body. + **/ EFI_STATUS EFIAPI @@ -372,6 +373,7 @@ HttpFindHeader ( @retval EFI_SUCCESS The FieldName and FieldValue are set into HttpHeader successfully. + @retval EFI_INVALID_PARAMETER The parameter is invalid. @retval EFI_OUT_OF_RESOURCES Failed to allocate resources. **/ @@ -432,9 +434,9 @@ HttpFreeHeaderFields ( NULL if any error occured. @param[out] RequestMsgSize Size of the RequestMsg (in bytes). - @return EFI_SUCCESS If HTTP request string was created successfully + @retval EFI_SUCCESS If HTTP request string was created successfully. @retval EFI_OUT_OF_RESOURCES Failed to allocate resources. - @retval EFI_INVALID_PARAMETER The input arguments are invalid + @retval EFI_INVALID_PARAMETER The input arguments are invalid. **/ EFI_STATUS