Method Protocols.HTTP.Query()->cast()
- Method cast
 (array)Protocols.HTTP.Query()- Returns
 Array mapping0Headers
string1Data
string2Protocol
int3Status
string4Status description
- Method cast
 (mapping)Protocols.HTTP.Query()- Returns
 The header mapping ORed with the following mapping.
"protocol":stringThe protocol.
"status":intThe status code.
"status_desc":stringThe status description.
"data":stringThe returned data.
- Method cast
 (string)Protocols.HTTP.Query()- Description
 Gives back the answer as a string.