You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by bu...@apache.org on 2012/07/16 03:48:52 UTC

svn commit: r825930 [3/34] - in /websites/staging/libcloud/trunk/content: ./ apidocs/0.7.1/

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.Connection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.Connection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.Connection.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,376 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.Connection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.Connection(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L294">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.Connection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.base.PollingConnection.html">libcloud.common.base.PollingConnection</a>, <a href="libcloud.compute.base.ConnectionKey.html">libcloud.compute.base.ConnectionKey</a></p>
+    </div>
+    <div>A Base Connection class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id599">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#set_context">set_context</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#connect">connect</a></td>
+    <td><span>Establish a connection with the API server.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#user_agent_append">user_agent_append</a></td>
+    <td><span>Append a token to a user agent string.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><span>Request a given `action`.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_params">add_default_params</a></td>
+    <td><span>Adds default parameters (such as API key, version, etc.) to the passed 
+`params`</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_headers">add_default_headers</a></td>
+    <td><span>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#pre_connect_hook">pre_connect_hook</a></td>
+    <td><span>A hook which is called before connecting to the remote server. This hook
+can perform a final manipulation on the params, headers and url 
+parameters.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><span>Encode body data.</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_tuple_from_url">_tuple_from_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.Connection.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, secure=True, host=None, port=None, url=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L310" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.base.ConnectionKey.html">libcloud.compute.base.ConnectionKey</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.set_context">
+    
+  </a>
+  <a name="set_context">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    set_context(self, context):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L331" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection._tuple_from_url">
+    
+  </a>
+  <a name="_tuple_from_url">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _tuple_from_url(self, url):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L334" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.connect">
+    
+  </a>
+  <a name="connect">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    connect(self, host=None, port=None, base_url=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L359" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Establish a connection with the API server.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">host</td><td>Optional host to override our default (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">port</td><td>Optional port to override our default (type: <code>int</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A connection</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection._user_agent">
+    
+  </a>
+  <a name="_user_agent">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _user_agent(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L394" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.user_agent_append">
+    
+  </a>
+  <a name="user_agent_append">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    user_agent_append(self, token):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L400" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Append a token to a user agent string.</p>
+<p>Users of the library should call this to uniquely identify thier 
+requests to a provider.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">token</td><td>Token to add to the user agent. (type: <code>str</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, action, params=None, data='', headers=None, method='GET', raw=False):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L412" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Request a given `action`.</p>
+<p>Basically a wrapper around the connection object's `request` that does 
+some helpful pre-processing.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">action</td><td>A path (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">params</td><td>Optional mapping of additional parameters to send. If None, leave as an 
+empty <code>dict</code>. (type: <code>dict</code>)</td></tr><tr><td></td><td class="fieldArg">data</td><td>A body of data to send with the request. (type: <code>unicode</code>)</td></tr><tr><td></td><td class="fieldArg">headers</td><td>Extra headers to add to the request None, leave as an empty 
+<code>dict</code>. (type: <code>dict</code>)</td></tr><tr><td></td><td class="fieldArg">method</td><td>An HTTP method such as &quot;GET&quot; or &quot;POST&quot;. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">raw</td><td>True to perform a &quot;raw&quot; request aka only send the headers and use
+the rawResponseCls class. This is used with storage API when uploading a 
+file. (type: <code>bool</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">An instance of type <i>responseCls</i></td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.morph_action_hook">
+    
+  </a>
+  <a name="morph_action_hook">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    morph_action_hook(self, action):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L513" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.add_default_params">
+    
+  </a>
+  <a name="add_default_params">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_params(self, params):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L516" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a>, <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a></div>
+    <div>Adds default parameters (such as API key, version, etc.) to the passed 
+`params`</p>
+<p>Should return a dictionary.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.add_default_headers">
+    
+  </a>
+  <a name="add_default_headers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_headers(self, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L525" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</p>
+<p>Should return a dictionary.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.pre_connect_hook">
+    
+  </a>
+  <a name="pre_connect_hook">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    pre_connect_hook(self, params, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L534" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a>, <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a></div>
+    <div>A hook which is called before connecting to the remote server. This hook
+can perform a final manipulation on the params, headers and url 
+parameters.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">params</td><td>Request parameters. (type: <code>dict</code>)</td></tr><tr><td></td><td class="fieldArg">headers</td><td>Request headers. (type: <code>dict</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.encode_data">
+    
+  </a>
+  <a name="encode_data">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    encode_data(self, data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L548" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Encode body data.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.JsonResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.JsonResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.JsonResponse.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,100 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.JsonResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.JsonResponse(<a href="libcloud.common.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L110">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.JsonResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.cloudstack.CloudStackResponse.html">libcloud.common.cloudstack.CloudStackResponse</a>, <a href="libcloud.common.gogrid.GoGridResponse.html">libcloud.common.gogrid.GoGridResponse</a>, <a href="libcloud.common.linode.LinodeResponse.html">libcloud.common.linode.LinodeResponse</a>, <a href="libcloud.compute.drivers.bluebox.BlueboxResponse.html">libcloud.compute.drivers.bluebox.BlueboxResponse</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxResponse.html">libcloud.compute.drivers.brightbox.BrightboxResponse</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html">libcloud.compute.drivers.dreamhost.DreamhostResponse</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html">libcloud.compute.drivers.elasticstack.ElasticStackResponse</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingResponse.html">libcloud.compute.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libclou
 d.compute.drivers.vpsnet.VPSNetResponse.html">libcloud.compute.drivers.vpsnet.VPSNetResponse</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceResponse.html">libcloud.loadbalancer.drivers.rackspace.RackspaceResponse</a></p>
+    </div>
+    <div>A Base JSON Response class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id587">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.JsonResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id588">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.JsonResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L114" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#parse_body">libcloud.common.base.Response.parse_body</a></div><div class="interfaceinfo">overridden in <a href="libcloud.common.linode.LinodeResponse.html">libcloud.common.linode.LinodeResponse</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxResponse.html">libcloud.compute.drivers.brightbox.BrightboxResponse</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html">libcloud.compute.drivers.dreamhost.DreamhostResponse</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingResponse.html">libcloud.compute.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html">libcloud.compute.drivers.vpsnet.VPSNetResponse</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceResponse.html">libcloud.loadbalancer.drivers.rackspace.RackspaceResponse</a></div>
+    <div>Parse response body.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed body.</td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.LoggingConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.LoggingConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.LoggingConnection.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,117 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.LoggingConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.LoggingConnection : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L189">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.LoggingConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.base.LoggingHTTPConnection.html">libcloud.common.base.LoggingHTTPConnection</a>, <a href="libcloud.common.base.LoggingHTTPSConnection.html">libcloud.common.base.LoggingHTTPSConnection</a></p>
+    </div>
+    <div>Debug class to log all HTTP(s) requests as they could be made with the 
+<code>curl</code> command.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id593">
+  
+  
+<tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html#log">log</a></td>
+    <td>file-like object that logs entries are written to.</td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html#_log_response">_log_response</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html#_log_curl">_log_curl</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.LoggingConnection.log">
+    
+  </a>
+  <a name="log">
+    
+  </a>
+  <div class="functionHeader">
+    log =
+  </div>
+  <div class="functionBody">
+    file-like object that logs entries are written to.
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.LoggingConnection._log_response">
+    
+  </a>
+  <a name="_log_response">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _log_response(self, r):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L198" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.LoggingConnection._log_curl">
+    
+  </a>
+  <a name="_log_curl">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _log_curl(self, method, url, body, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L233" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.LoggingHTTPConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.LoggingHTTPConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.LoggingHTTPConnection.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,125 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.LoggingHTTPConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.LoggingHTTPConnection(<a href="libcloud.common.base.LoggingConnection.html">LoggingConnection</a>, <span title="LibcloudHTTPConnection">LibcloudHTTPConnection</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L270">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.LoggingHTTPConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Utility Class for logging HTTP connections<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id597">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingHTTPConnection.html#getresponse">getresponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingHTTPConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.LoggingConnection.html">LoggingConnection</a>:
+        </p>
+        <table class="children sortable" id="id598">
+  
+  
+<tr class="baseclassvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html#log">log</a></td>
+    <td>file-like object that logs entries are written to.</td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html#_log_response">_log_response</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html#_log_curl">_log_curl</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.LoggingHTTPConnection.getresponse">
+    
+  </a>
+  <a name="getresponse">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    getresponse(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L275" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.LoggingHTTPConnection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, method, url, body=None, headers=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L283" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.LoggingHTTPSConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.LoggingHTTPSConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.LoggingHTTPSConnection.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,177 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.LoggingHTTPSConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.LoggingHTTPSConnection(<a href="libcloud.common.base.LoggingConnection.html">LoggingConnection</a>, <a href="libcloud.compute.base.LibcloudHTTPSConnection.html">LibcloudHTTPSConnection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L248">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.LoggingHTTPSConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Utility Class for logging HTTPS connections<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id594">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingHTTPSConnection.html#getresponse">getresponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingHTTPSConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.LoggingConnection.html">LoggingConnection</a>:
+        </p>
+        <table class="children sortable" id="id595">
+  
+  
+<tr class="baseclassvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html#log">log</a></td>
+    <td>file-like object that logs entries are written to.</td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html#_log_response">_log_response</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html#_log_curl">_log_curl</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.LibcloudHTTPSConnection.html">LibcloudHTTPSConnection</a>:
+        </p>
+        <table class="children sortable" id="id596">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#__init__">__init__</a></td>
+    <td><span>Constructor</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#connect">connect</a></td>
+    <td><span>Connect</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_setup_verify">_setup_verify</a></td>
+    <td><span>Setup Verify SSL or not</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_setup_ca_cert">_setup_ca_cert</a></td>
+    <td><span>Setup CA Certs</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_verify_hostname">_verify_hostname</a></td>
+    <td><span>Verify hostname against peer cert</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_get_subject_alt_names">_get_subject_alt_names</a></td>
+    <td><span>Get SubjectAltNames</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_get_common_name">_get_common_name</a></td>
+    <td><span>Get Common Name</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.LoggingHTTPSConnection.getresponse">
+    
+  </a>
+  <a name="getresponse">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    getresponse(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L253" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.LoggingHTTPSConnection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, method, url, body=None, headers=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L261" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.PollingConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.PollingConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.PollingConnection.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,288 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.PollingConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.PollingConnection(<a href="libcloud.common.base.Connection.html">Connection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L556">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.PollingConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">libcloud.dns.drivers.rackspace.RackspaceDNSConnection</a></p>
+    </div>
+    <div>Connection class which can also work with the async APIs.</p>
+<p>After initial requests, this class periodically polls for jobs status 
+and waits until the job has finished. If job doesn't finish in timeout 
+seconds, an Exception thrown.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id600">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#async_request">async_request</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#get_request_kwargs">get_request_kwargs</a></td>
+    <td><span>Arguments which are passed to the initial request() call inside 
+async_request.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#get_poll_request_kwargs">get_poll_request_kwargs</a></td>
+    <td><span>Return keyword arguments which are passed to the request() method when 
+polling for the job status.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#has_completed">has_completed</a></td>
+    <td><span>Return job completion status.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Connection.html">Connection</a>:
+        </p>
+        <table class="children sortable" id="id601">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#set_context">set_context</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#connect">connect</a></td>
+    <td><span>Establish a connection with the API server.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#user_agent_append">user_agent_append</a></td>
+    <td><span>Append a token to a user agent string.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><span>Request a given `action`.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_params">add_default_params</a></td>
+    <td><span>Adds default parameters (such as API key, version, etc.) to the passed 
+`params`</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_headers">add_default_headers</a></td>
+    <td><span>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#pre_connect_hook">pre_connect_hook</a></td>
+    <td><span>A hook which is called before connecting to the remote server. This hook
+can perform a final manipulation on the params, headers and url 
+parameters.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><span>Encode body data.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_tuple_from_url">_tuple_from_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.PollingConnection.async_request">
+    
+  </a>
+  <a name="async_request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    async_request(self, action, params=None, data='', headers=None, method='GET', context=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L568" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Perform an 'async' request to the specified path. Keep in mind that
+this function is *blocking* and 'async' in this case means that the
+hit URL only returns a job ID which is the periodically polled until 
+the job has completed.
+
+This function works like this:
+
+- Perform a request to the specified path. Response should contain a
+  'job_id'.
+
+- Returned 'job_id' is then used to construct a URL which is used for
+  retrieving job status. Constructed URL is then periodically polled
+  until the response indicates that the job has completed or the timeout
+  of 'self.timeout' seconds has been reached.
+
+@type action: C{str}
+@param action: A path
+
+@type params: C{dict}
+@param params: Optional mapping of additional parameters to send. If
+    None, leave as an empty C{dict}.
+
+@type data: C{unicode}
+@param data: A body of data to send with the request.
+
+@type headers: C{dict}
+@param headers: Extra headers to add to the request
+    None, leave as an empty C{dict}.
+
+@type method: C{str}
+@param method: An HTTP method such as "GET" or "POST".
+
+@type context: C{dict}
+@param context: Context dictionary which is passed to the functions
+which construct initial and poll URL.
+
+@return: An instance of type I{responseCls}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.PollingConnection.get_request_kwargs">
+    
+  </a>
+  <a name="get_request_kwargs">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_request_kwargs(self, action, params=None, data='', headers=None, method='GET', context=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L632" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a></div>
+    <div>Arguments which are passed to the initial request() call inside 
+async_request.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.PollingConnection.get_poll_request_kwargs">
+    
+  </a>
+  <a name="get_poll_request_kwargs">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_poll_request_kwargs(self, response, context):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L642" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">libcloud.dns.drivers.rackspace.RackspaceDNSConnection</a></div>
+    <pre>Return keyword arguments which are passed to the request() method when
+polling for the job status.
+
+@param response: Response object returned by poll request.
+@type response: C{HTTPResponse}
+
+@return C{dict} Keyword arguments</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.PollingConnection.has_completed">
+    
+  </a>
+  <a name="has_completed">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    has_completed(self, response):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L654" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">libcloud.dns.drivers.rackspace.RackspaceDNSConnection</a></div>
+    <pre>Return job completion status.
+
+@param response: Response object returned by poll request.
+@type response: C{HTTPResponse}
+
+@return C{bool} True if the job has completed, False otherwise.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.RawResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.RawResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.RawResponse.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,203 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.RawResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.RawResponse(<a href="libcloud.common.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L149">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.RawResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html">libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse</a>, <a href="libcloud.storage.drivers.s3.S3RawResponse.html">libcloud.storage.drivers.s3.S3RawResponse</a></p>
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id591">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.RawResponse.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.RawResponse.html#response">response</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.RawResponse.html#status">status</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.RawResponse.html#headers">headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.RawResponse.html#reason">reason</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id592">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.RawResponse.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, connection):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L151" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#__init__">libcloud.common.base.Response.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.RawResponse.response">
+    
+  </a>
+  <a name="response">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    response(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L161" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.RawResponse.status">
+    
+  </a>
+  <a name="status">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    status(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L170" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.RawResponse.headers">
+    
+  </a>
+  <a name="headers">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    headers(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L176" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.RawResponse.reason">
+    
+  </a>
+  <a name="reason">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    reason(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L182" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.Response.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.Response.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.Response.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,153 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.Response : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.Response(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L45">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.Response">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.base.JsonResponse.html">libcloud.common.base.JsonResponse</a>, <a href="libcloud.common.base.RawResponse.html">libcloud.common.base.RawResponse</a>, <a href="libcloud.common.base.XmlResponse.html">libcloud.common.base.XmlResponse</a>, <a href="libcloud.common.openstack.OpenStackAuthResponse.html">libcloud.common.openstack.OpenStackAuthResponse</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html">libcloud.compute.drivers.cloudsigma.CloudSigmaResponse</a>, <a href="libcloud.compute.drivers.ecp.ECPResponse.html">libcloud.compute.drivers.ecp.ECPResponse</a>, <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html">libcloud.compute.drivers.openstack.OpenStackResponse</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html">libcloud.storage.drivers.cloudfiles.CloudFilesResponse</a></p>
+    </div>
+    <div>A Base Response class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id586">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.Response.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, response, connection):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L59" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.base.RawResponse.html">libcloud.common.base.RawResponse</a>, <a href="libcloud.common.gogrid.GoGridResponse.html">libcloud.common.gogrid.GoGridResponse</a>, <a href="libcloud.common.linode.LinodeResponse.html">libcloud.common.linode.LinodeResponse</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_0_Response.html">libcloud.compute.drivers.openstack.OpenStack_1_0_Response</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Response.html">libcloud.compute.drivers.openstack.OpenStack_1_1_Response</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingResponse.html">libcloud.compute.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Response.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L78" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.base.JsonResponse.html">libcloud.common.base.JsonResponse</a>, <a href="libcloud.common.base.XmlResponse.html">libcloud.common.base.XmlResponse</a>, <a href="libcloud.common.openstack.OpenStackAuthResponse.html">libcloud.common.openstack.OpenStackAuthResponse</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html">libcloud.compute.drivers.cloudsigma.CloudSigmaResponse</a>, <a href="libcloud.compute.drivers.ecp.ECPResponse.html">libcloud.compute.drivers.ecp.ECPResponse</a>, <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html">libcloud.compute.drivers.openstack.OpenStackResponse</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html">libcloud.storage.drivers.cloudfiles.CloudFilesResponse</a></div>
+    <div>Parse response body.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed body.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Response.parse_error">
+    
+  </a>
+  <a name="parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_error(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L88" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.gogrid.GoGridResponse.html">libcloud.common.gogrid.GoGridResponse</a>, <a href="libcloud.compute.drivers.bluebox.BlueboxResponse.html">libcloud.compute.drivers.bluebox.BlueboxResponse</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxResponse.html">libcloud.compute.drivers.brightbox.BrightboxResponse</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html">libcloud.compute.drivers.cloudsigma.CloudSigmaResponse</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html">libcloud.compute.drivers.dreamhost.DreamhostResponse</a>, <a href="libcloud.compute.drivers.ec2.EC2Response.html">libcloud.compute.drivers.ec2.EC2Response</a>, <a href="libcloud.compute.drivers.ecp.ECPResponse.html">libcloud.compute.drivers.ecp.ECPResponse</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html">libcloud.compute.drivers.elasticstack.ElasticStackResponse</a>, <a hre
 f="libcloud.compute.drivers.ibm_sbc.IBMResponse.html">libcloud.compute.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaResponse.html">libcloud.compute.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html">libcloud.compute.drivers.openstack.OpenStackResponse</a>, <a href="libcloud.compute.drivers.opsource.OpsourceResponse.html">libcloud.compute.drivers.opsource.OpsourceResponse</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostResponse.html">libcloud.compute.drivers.slicehost.SlicehostResponse</a>, <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html">libcloud.compute.drivers.vpsnet.VPSNetResponse</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html">libcloud.dns.drivers.zerigo.ZerigoDNSResponse</a>, <a href="libcloud.storage.drivers.atmos.Atmos
 Response.html">libcloud.storage.drivers.atmos.AtmosResponse</a>, <a href="libcloud.storage.drivers.s3.S3Response.html">libcloud.storage.drivers.s3.S3Response</a></div>
+    <div>Parse the error messages.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed error.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Response.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L98" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.gogrid.GoGridResponse.html">libcloud.common.gogrid.GoGridResponse</a>, <a href="libcloud.common.linode.LinodeResponse.html">libcloud.common.linode.LinodeResponse</a>, <a href="libcloud.common.openstack.OpenStackAuthResponse.html">libcloud.common.openstack.OpenStackAuthResponse</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxResponse.html">libcloud.compute.drivers.brightbox.BrightboxResponse</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html">libcloud.compute.drivers.cloudsigma.CloudSigmaResponse</a>, <a href="libcloud.compute.drivers.ecp.ECPResponse.html">libcloud.compute.drivers.ecp.ECPResponse</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html">libcloud.compute.drivers.elasticstack.ElasticStackResponse</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMResponse.html">libcloud.compute.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.compute.driv
 ers.opennebula.OpenNebulaResponse.html">libcloud.compute.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html">libcloud.compute.drivers.openstack.OpenStackResponse</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingResponse.html">libcloud.compute.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.compute.drivers.vcloud.VCloudResponse.html">libcloud.compute.drivers.vcloud.VCloudResponse</a>, <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html">libcloud.compute.drivers.vpsnet.VPSNetResponse</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html">libcloud.dns.drivers.zerigo.ZerigoDNSResponse</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceResponse.html">libcloud.loadbalancer.drivers.rackspace.RackspaceResponse</a>, <a href="libcloud.storage.drivers.atmos.Atm
 osResponse.html">libcloud.storage.drivers.atmos.AtmosResponse</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html">libcloud.storage.drivers.cloudfiles.CloudFilesResponse</a>, <a href="libcloud.storage.drivers.s3.S3Response.html">libcloud.storage.drivers.s3.S3Response</a></div>
+    <div>Determine if our request was successful.</p>
+<p>The meaning of this can be arbitrary; did we receive OK status? Did the 
+node get created? Were we authenticated?<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>True</code> or <code>False</code></td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.XmlResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.XmlResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.XmlResponse.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,100 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.XmlResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.XmlResponse(<a href="libcloud.common.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L130">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.XmlResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.aws.AWSBaseResponse.html">libcloud.common.aws.AWSBaseResponse</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMResponse.html">libcloud.compute.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaResponse.html">libcloud.compute.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.compute.drivers.opsource.OpsourceResponse.html">libcloud.compute.drivers.opsource.OpsourceResponse</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostResponse.html">libcloud.compute.drivers.slicehost.SlicehostResponse</a>, <a href="libcloud.compute.drivers.vcloud.VCloudResponse.html">libcloud.compute.drivers.vcloud.VCloudResponse</a>, <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html">libcloud.dns.drivers.zerigo.ZerigoDNSResponse</a>, <a href="libcloud.storage.drivers.atmos.AtmosR
 esponse.html">libcloud.storage.drivers.atmos.AtmosResponse</a></p>
+    </div>
+    <div>A Base XML Response class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id589">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.XmlResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id590">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.XmlResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L134" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#parse_body">libcloud.common.base.Response.parse_body</a></div><div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a></div>
+    <div>Parse response body.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed body.</td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.base.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,106 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.base : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id585">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.Response.html">Response</a></td>
+    <td><span>A Base Response class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.JsonResponse.html">JsonResponse</a></td>
+    <td><span>A Base JSON Response class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.XmlResponse.html">XmlResponse</a></td>
+    <td><span>A Base XML Response class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.RawResponse.html">RawResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.LoggingConnection.html">LoggingConnection</a></td>
+    <td><span>Debug class to log all HTTP(s) requests as they could be made with the 
+<code>curl</code> command.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.LoggingHTTPSConnection.html">LoggingHTTPSConnection</a></td>
+    <td><span>Utility Class for logging HTTPS connections</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.LoggingHTTPConnection.html">LoggingHTTPConnection</a></td>
+    <td><span>Utility Class for logging HTTP connections</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.Connection.html">Connection</a></td>
+    <td><span>A Base Connection class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.PollingConnection.html">PollingConnection</a></td>
+    <td><span>Connection class which can also work with the async APIs.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.BaseDriver.html">BaseDriver</a></td>
+    <td><span>Base driver class from which other classes can inherit from.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.cloudstack.CloudStackConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.cloudstack.CloudStackConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.7.1/libcloud.common.cloudstack.CloudStackConnection.html Mon Jul 16 01:48:43 2012
@@ -0,0 +1,445 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.cloudstack.CloudStackConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.c.CloudStackConnection(<a href="libcloud.compute.base.ConnectionUserAndKey.html">ConnectionUserAndKey</a>, <a href="libcloud.common.base.PollingConnection.html">PollingConnection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.cloudstack.html">cloudstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/cloudstack.py#L29">View Source</a>
+      <a href="classIndex.html#libcloud.common.cloudstack.CloudStackConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No class docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id554">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackConnection.html#add_default_params">add_default_params</a></td>
+    <td><span>Adds default parameters (such as API key, version, etc.) to the passed 
+`params`</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackConnection.html#pre_connect_hook">pre_connect_hook</a></td>
+    <td><span>A hook which is called before connecting to the remote server. This hook
+can perform a final manipulation on the params, headers and url 
+parameters.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackConnection.html#get_request_kwargs">get_request_kwargs</a></td>
+    <td><span>Arguments which are passed to the initial request() call inside 
+async_request.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackConnection.html#get_poll_request_kwargs">get_poll_request_kwargs</a></td>
+    <td><span>Return keyword arguments which are passed to the request() method when 
+polling for the job status.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackConnection.html#has_completed">has_completed</a></td>
+    <td><span>Return job completion status.</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackConnection.html#_make_signature">_make_signature</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackConnection.html#_async_request">_async_request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackConnection.html#_sync_request">_sync_request</a></td>
+    <td><span>This method handles synchronous calls which are generally fast 
+information retrieval requests and thus return 'quickly'.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.ConnectionUserAndKey.html">ConnectionUserAndKey</a>:
+        </p>
+        <table class="children sortable" id="id555">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.ConnectionUserAndKey.html#__init__">__init__</a></td>
+    <td><span>Initialize `user_id` and `key`; set `secure` to an <code>int</code> 
+based on passed value.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Connection.html">Connection</a> (via <a href="libcloud.compute.base.ConnectionUserAndKey.html">ConnectionUserAndKey</a>, <a href="libcloud.compute.base.ConnectionKey.html">ConnectionKey</a>):
+        </p>
+        <table class="children sortable" id="id556">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#set_context">set_context</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#connect">connect</a></td>
+    <td><span>Establish a connection with the API server.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#user_agent_append">user_agent_append</a></td>
+    <td><span>Append a token to a user agent string.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><span>Request a given `action`.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_headers">add_default_headers</a></td>
+    <td><span>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><span>Encode body data.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_tuple_from_url">_tuple_from_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.PollingConnection.html">PollingConnection</a>:
+        </p>
+        <table class="children sortable" id="id557">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#async_request">async_request</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Connection.html">Connection</a> (via <a href="libcloud.common.base.PollingConnection.html">PollingConnection</a>):
+        </p>
+        <table class="children sortable" id="id558">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#set_context">set_context</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#connect">connect</a></td>
+    <td><span>Establish a connection with the API server.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#user_agent_append">user_agent_append</a></td>
+    <td><span>Append a token to a user agent string.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><span>Request a given `action`.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_headers">add_default_headers</a></td>
+    <td><span>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><span>Encode body data.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_tuple_from_url">_tuple_from_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.cloudstack.CloudStackConnection._make_signature">
+    
+  </a>
+  <a name="_make_signature">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _make_signature(self, params):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/cloudstack.py#L39" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.cloudstack.CloudStackConnection.add_default_params">
+    
+  </a>
+  <a name="add_default_params">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_params(self, params):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/cloudstack.py#L47" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Connection.html#add_default_params">libcloud.common.base.Connection.add_default_params</a></div>
+    <div>Adds default parameters (such as API key, version, etc.) to the passed 
+`params`</p>
+<p>Should return a dictionary.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.cloudstack.CloudStackConnection.pre_connect_hook">
+    
+  </a>
+  <a name="pre_connect_hook">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    pre_connect_hook(self, params, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/cloudstack.py#L53" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Connection.html#pre_connect_hook">libcloud.common.base.Connection.pre_connect_hook</a></div>
+    <div>A hook which is called before connecting to the remote server. This hook
+can perform a final manipulation on the params, headers and url 
+parameters.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">params</td><td>Request parameters. (type: <code>dict</code>)</td></tr><tr><td></td><td class="fieldArg">headers</td><td>Request headers. (type: <code>dict</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.cloudstack.CloudStackConnection._async_request">
+    
+  </a>
+  <a name="_async_request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _async_request(self, command, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/cloudstack.py#L58" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.cloudstack.CloudStackConnection.get_request_kwargs">
+    
+  </a>
+  <a name="get_request_kwargs">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_request_kwargs(self, action, params=None, data='', headers=None, method='GET', context=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/cloudstack.py#L69" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.PollingConnection.html#get_request_kwargs">libcloud.common.base.PollingConnection.get_request_kwargs</a></div>
+    <div>Arguments which are passed to the initial request() call inside 
+async_request.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.cloudstack.CloudStackConnection.get_poll_request_kwargs">
+    
+  </a>
+  <a name="get_poll_request_kwargs">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_poll_request_kwargs(self, response, context):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/cloudstack.py#L73" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.PollingConnection.html#get_poll_request_kwargs">libcloud.common.base.PollingConnection.get_poll_request_kwargs</a></div>
+    <pre>Return keyword arguments which are passed to the request() method when
+polling for the job status.
+
+@param response: Response object returned by poll request.
+@type response: C{HTTPResponse}
+
+@return C{dict} Keyword arguments</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.cloudstack.CloudStackConnection.has_completed">
+    
+  </a>
+  <a name="has_completed">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    has_completed(self, response):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/cloudstack.py#L78" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.PollingConnection.html#has_completed">libcloud.common.base.PollingConnection.has_completed</a></div>
+    <pre>Return job completion status.
+
+@param response: Response object returned by poll request.
+@type response: C{HTTPResponse}
+
+@return C{bool} True if the job has completed, False otherwise.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.cloudstack.CloudStackConnection._sync_request">
+    
+  </a>
+  <a name="_sync_request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _sync_request(self, command, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/cloudstack.py#L86" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>This method handles synchronous calls which are generally fast 
+information retrieval requests and thus return 'quickly'.<table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:47:55.
+    </address>
+  </body>
+</html>
\ No newline at end of file