If an error occurred, a description of the type of error.
Key-value dictionary containing any HTTP header information returned with the response. Useful for access cookie headers, etc.
Some responses return additional data that is placed in this field.
The raw data returned. Typically an object or array of objects, but exact content varies by server response.
The data returned as a string format.
The HTTP status code (like 200, 301, etc.) returned.
true/false for whether the request was completed successfully.
HTTPResponse
HTTPResponse objects are returned by calls to HTTP methods. For usage details, see HTTP object.