External Interfaces > Reality Web Services > Outgoing Web Services > RHTTP_GET_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_HEADER function (DataBasic) (webservices_api_get_header.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RHTTP_GET_HEADER Function

Returns the value of a specified header field from either an initialised HTTP request, or a retrieved HTTP response header.

Syntax

RHTTP_GET_HEADER([request | reply-header], header-field)

Syntax Elements

request An initialised HTTP request (see RHTTP_INIT_REQUEST).
reply-header A retrieved HTTP reply header (see RHTTP_GET_REPLY_HEADER).
header-field Any valid HTTP header field name (e.g. "Accept", "Host", "Content-Type", etc).

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