Regenerate documentation
diff --git a/docs/httplib2.html b/docs/httplib2.html
index 1f68184..e6db3b2 100644
--- a/docs/httplib2.html
+++ b/docs/httplib2.html
@@ -6,9 +6,9 @@
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
-<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>httplib2</strong></big></big> (version $Rev$)</font></td
+<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>httplib2</strong></big></big> (version 0.7.0)</font></td
><td align=right valign=bottom
-><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/jcgregorio/projects/google-api-python-client/httplib2/__init__.py">/home/jcgregorio/projects/google-api-python-client/httplib2/__init__.py</a></font></td></tr></table>
+><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/google/home/jcgregorio/projects/apiclient/httplib2/__init__.py">/usr/local/google/home/jcgregorio/projects/apiclient/httplib2/__init__.py</a></font></td></tr></table>
<p></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
@@ -142,7 +142,7 @@
and more.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Http-__init__"><strong>__init__</strong></a>(self, cache<font color="#909090">=None</font>, timeout<font color="#909090">=None</font>, proxy_info<font color="#909090">=None</font>)</dt><dd><tt>The value of proxy_info is a <a href="#ProxyInfo">ProxyInfo</a> instance.<br>
+<dl><dt><a name="Http-__init__"><strong>__init__</strong></a>(self, cache<font color="#909090">=None</font>, timeout<font color="#909090">=None</font>, proxy_info<font color="#909090">=None</font>, ca_certs<font color="#909090">=None</font>, disable_ssl_certificate_validation<font color="#909090">=False</font>)</dt><dd><tt>The value of proxy_info is a <a href="#ProxyInfo">ProxyInfo</a> instance.<br>
<br>
If 'cache' is a string then it is used as a directory name for<br>
a disk cache. Otherwise it must be an <a href="__builtin__.html#object">object</a> that supports the<br>
@@ -151,7 +151,14 @@
All timeouts are in seconds. If None is passed for timeout<br>
then Python's default timeout for sockets will be used. See<br>
for example the docs of socket.setdefaulttimeout():<br>
-<a href="http://docs.python.org/library/socket.html#socket.setdefaulttimeout">http://docs.python.org/library/socket.html#socket.setdefaulttimeout</a></tt></dd></dl>
+<a href="http://docs.python.org/library/socket.html#socket.setdefaulttimeout">http://docs.python.org/library/socket.html#socket.setdefaulttimeout</a><br>
+ <br>
+ca_certs is the path of a file containing root CA certificates for SSL<br>
+server certificate validation. By default, a CA cert file bundled with<br>
+httplib2 is used.<br>
+ <br>
+If disable_ssl_certificate_validation is true, SSL cert validation will<br>
+not be performed.</tt></dd></dl>
<dl><dt><a name="Http-add_certificate"><strong>add_certificate</strong></a>(self, key, cert, domain)</dt><dd><tt>Add a key and cert that will be used<br>
any time a request requires authentication.</tt></dd></dl>
@@ -710,7 +717,7 @@
<strong>__contributors__</strong> = ['Thomas Broyer (t.broyer@ltgt.net)', 'James Antill', 'Xavier Verges Farrero', 'Jonathan Feinberg', 'Blair Zajac', 'Sam Ruby', 'Louis Nyffenegger']<br>
<strong>__copyright__</strong> = 'Copyright 2006, Joe Gregorio'<br>
<strong>__license__</strong> = 'MIT'<br>
-<strong>__version__</strong> = '$Rev$'<br>
+<strong>__version__</strong> = '0.7.0'<br>
<strong>debuglevel</strong> = 0</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">