Stores the result of the HTTP request method returnGetWithHeaders.
Back to Runtime Types
Inherits From
root→Object→HTTPResult
Fields
| CookieObject cookies | Stores the cookies returned with the HTTP Result. |
| Map(string) headers | Stores the headers and their values returned with the HTTP Result. The data is the key, and the string is the associated value. |
| string result | Stores the body of the HTTP Result. |
| int32 resultStatus | Stores the status code for the HTTP Result. |