|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > HTTP > HTTP Module Classes > cHTTP_Client > cHTTP_ClientGetResponseHeader |
Description
Retrieves the value of an HTTP header from the response body.
Syntax
s = <cHTTP_Client>.GetResponseHeader(sHeader)
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
sHeader |
String |
No |
A case-insensitive header name. |
Remarks
The results of this method are valid only after the send method has been successfully completed.
Restrictions
See also
Examples