[Top]
predef::
Protocols
Protocols.HTTP
Protocols.HTTP.Query
|
Method Protocols.HTTP.Query()->cast()
- Method
cast
-
array cast("array")
- Description
-
Gives back ({mapping headers, string data,
string protocol, int status, string status_desc});
- Method
cast
-
string cast("string")
- Description
-
Gives back the answer as a string.
- Method
cast
-
mapping cast("mapping")
- Description
-
Gives back
headers |
(["protocol":protocol,
"status":status number,
"status_desc":status description,
"data":data]);
|