RHTTP_GET_REPLY_HEADER Function
Returns a reply header from a previously retrieved request.
Syntax
RHTTP_GET_REPLY_HEADER(version, error-number, message, internal-error, request)
Syntax Elements
| version | Output parameter: set to the HTTP version supported by the server. | 
| error-number | Output parameter: set to the HTTP error number returned. | 
| message | Output parameter: set to the HTTP error message returned. | 
| internal-error | Output parameter: set to the internal error number if error-number is 999. | 
| request | An HTTP request that has been used in a preceding RHTTP_RETRIEVE call. (Otherwise, the function call is invalid.) | 
Return Value
The reply-header returned by this function may be processed with RHTTP_GET_HEADER.