External Interfaces > Reality Web Services > Outgoing Web Services > RHTTP_GET_REPLY_HEADER Function

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RHTTP_GET_REPLY_HEADER function (DataBasic) (webservices_api_get_reply_header.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic