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)
Returns the value of a specified header field from either an initialised HTTP request, or a retrieved HTTP response header.
RHTTP_GET_HEADER([request | reply-header], header-field)
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). |