<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > MSXML2 > MSXML2 Module Classes > ServerXMLHTTPRequest > ServerXMLHTTPRequest.GetAllResponseHeaders |
Description
Retrieves the values of all the HTTP headers.
Syntax
s = <ServerXMLHTTPRequest>.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