HttpHeader - cHttpClient¶
Include: Use System\Http.pkg
Indexed property with String sKey and String sValue. Get returns a header or empty string. Set adds/updates a request header; empty value removes the header in the backend.
Type: Property
Syntax¶
Function HttpHeader String sKey Returns String
Procedure Set HttpHeader String sKey String sValue
Description¶
Indexed property with String sKey and String sValue. Get returns a header or empty string. Set adds/updates a request header; empty value removes the header in the backend.