Description
Gets all of the request headers' information.
Applies to
HTTPClient and RestClient objects
Syntax
objectname.GetRequestHeaders ( )
Argument |
Description |
---|---|
objectname |
The name of the HTTPClient or RestClient object in which you want to get all of the request headers |
Return value
String.
Returns information of all of the request headers.
Examples
String ls_AllHeaders HttpClient lnv_HttpClient lnv_HttpClient = Create HttpClient ls_AllHeaders = lnv_HttpClient.GetRequestHeaders()
See also