Part of libcloud.storage.drivers.cloudfiles View Source View In Hierarchy
Known subclasses: libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse
Method | success | Determine if our request was successful. |
Method | parse_body | Parse response body. |
Inherited from Response:
Method | __init__ | Undocumented |
Method | parse_error | Parse the error messages. |
The meaning of this can be arbitrary; did we receive OK status? Did the node get created? Were we authenticated?
Returns | True or False |
Override in a provider's subclass.
Returns | Parsed body. |