GetResponseHeaders
PowerScript function
Description
Gets all of the response headers’ information.
Applies to
HTTPClient and RestClient objects
Syntax
1 |
objectname.GetResponseHeaders ( ) |
Argument |
Description |
---|---|
objectname |
The name of the HTTPClient or RestClient object for |
Return value
String.
Returns the information of all of the response headers.
Examples
This example gets information of all headers:
1 2 3 4 |
String ls_AllHeaders HttpClient lnv_HttpClient lnv_HttpClient = Create HttpClient ls_AllHeaders = lnv_HttpClient.GetResponseHeaders() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest