HttpResponseHeader - cHttpClient¶
Include: Use System\Http.pkg
Returns one named response header.
Type: Function
Return data type: String
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sKey |
String | Response header name. |
Syntax¶
Function HttpResponseHeader String sKey Returns String
Call¶
Get HttpResponseHeader of hoObj "Content-Type" to sValue
Description¶
Returns the named response header or an empty string when absent/no response is available.