|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > HTTP > HTTP Module Classes > cHTTP_Client > cHTTP_Client.GetAllResponseHeaders |
Description
Retrieves the values of all the HTTP headers.
Syntax
s = <cHTTP_Client>.GetAllResponseHeaders()
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Each header name/value pair is separated by a combination carriage return–line feed character ($CrLf).
The results of this method are valid only after the send method has been successfully completed.
Restrictions
See also
Examples