Lines Matching refs:Response
108 and response buffers without informing the appropriate hosts.
663 @retval EFI_NOT_FOUND The asynchronous request or response token is not found.
710 Abort an asynchronous HTTP request or response token.
712 The Cancel() function aborts a pending HTTP request or response transaction. If
717 all asynchronous tokens issued by Request() or Response() will be aborted.
720 @param[in] Token Point to storage containing HTTP request or response
723 @retval EFI_SUCCESS Request and Response queues are successfully flushed.
728 @retval EFI_NOT_FOUND The asynchronous request or response token is not
803 // Free Tx4Token or Tx6Token since already received corrsponding HTTP response.
859 if (HttpMsg->Data.Response != NULL) {
979 HttpMsg->Data.Response->StatusCode = HttpMappingToStatusCode (StatusCode);
1000 HttpMsg->Data.Response->StatusCode,
1036 // Receive the response body.
1149 The Response() function queues an HTTP response to this HTTP instance, similar to
1155 be populated with the response data. If the data received from the remote host
1161 size in BodyLength. If the remote host provides a response that contains a content
1172 specified in the response URL, Request() will return EFI_ACCESS_DENIED. This is
1177 @param[in] Token Pointer to storage containing HTTP response token.
1190 Response() has not been completed successfully.
1193 specified by response URL.