Part of libcloud.interface View Source View In Hierarchy
Known implementations: libcloud.base.Response
Attribute | object | The processed response object, e.g. via lxml or json |
Attribute | body | Unparsed response body |
Attribute | status | Response status code |
Attribute | headers | Response headers |
Attribute | error | Response error, None
if no error. |
Attribute | connection | Represents the IConnection for this response |
Method | parse_body | Parse the response body (as XML, etc.) |
Method | parse_error | Parse the error that is contained in the response body (as XML, etc.) |
Method | success | Does the response indicate a successful request? |