Updated docs for 'follow_redirects'
diff --git a/ref/module-httplib2.html b/ref/module-httplib2.html
index 254aaff..e574ff0 100644
--- a/ref/module-httplib2.html
+++ b/ref/module-httplib2.html
@@ -9,27 +9,28 @@
 <link rel="prev" href="node2.html" />
 <link rel="parent" href="node2.html" />
 <link rel="next" href="http-objects.html" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name='aesop' content='information' />
 <title>1.1 httplib2 A comprehensive HTTP client library. </title>
 </head>
 <body>
-<DIV CLASS="navigation">
+<div class="navigation">
 <div id='top-navigation-panel' xml:id='top-navigation-panel'>
 <table align="center" width="100%" cellpadding="0" cellspacing="2">
 <tr>
 <td class='online-navigation'><a rel="prev" title="1. Reference"
   href="node2.html"><img src='previous.png'
-  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
+  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 <td class='online-navigation'><a rel="parent" title="1. Reference"
   href="node2.html"><img src='up.png'
-  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
-<td class='online-navigation'><a rel="next" title="1.1.1 Http Objects"
+  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
+<td class='online-navigation'><a rel="next" title="1.1.1 http Objects"
   href="http-objects.html"><img src='next.png'
-  border='0' height='32'  alt='Next Page' width='32' /></A></td>
+  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 <td align="center" width="100%">The httplib2 Library</td>
 <td class='online-navigation'><a rel="contents" title="Table of Contents"
   href="contents.html"><img src='contents.png'
-  border='0' height='32'  alt='Contents' width='32' /></A></td>
+  border='0' height='32'  alt='Contents' width='32' /></a></td>
 <td class='online-navigation'><img src='blank.png'
   border='0' height='32'  alt='' width='32' /></td>
 <td class='online-navigation'><img src='blank.png'
@@ -37,136 +38,136 @@
 </tr></table>
 <div class='online-navigation'>
 <b class="navlabel">Previous:</b>
-<a class="sectref" rel="prev" href="node2.html">1. Reference</A>
+<a class="sectref" rel="prev" href="node2.html">1. Reference</a>
 <b class="navlabel">Up:</b>
-<a class="sectref" rel="parent" href="node2.html">1. Reference</A>
+<a class="sectref" rel="parent" href="node2.html">1. Reference</a>
 <b class="navlabel">Next:</b>
-<a class="sectref" rel="next" href="http-objects.html">1.1.1 Http Objects</A>
+<a class="sectref" rel="next" href="http-objects.html">1.1.1 Http Objects</a>
 </div>
 <hr /></div>
-</DIV>
+</div>
 <!--End of Navigation Panel-->
 
-<H1><A NAME="SECTION002100000000000000000">
+<h1><a name="SECTION002100000000000000000">
 1.1 <tt class="module">httplib2</tt> 
-         A comprehensive HTTP client library.  </A>
-</H1>
+         A comprehensive HTTP client library.  </a>
+</h1>
 
-<P>
-<A NAME="module-httplib2"></A>			
-<P>
+<p>
+<a name="module-httplib2"></a>			
+<p>
 				
-<P>
+<p>
 
-<P>
+<p>
 The <tt class="module">httplib2</tt> module is a comprehensive HTTP client library with the following features:
 
-<P>
-<DL>
-<DT><STRONG>HTTP and HTTPS</STRONG></DT>
-<DD>HTTPS support is only available if the socket module was compiled with SSL support. 
-</DD>
-<DT><STRONG>Keep-Alive</STRONG></DT>
-<DD>Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests over the same connection if possible. 
-</DD>
-<DT><STRONG>Authentication</STRONG></DT>
-<DD>The following three types of HTTP Authentication are supported. These can be used over both HTTP and HTTPS.
+<p>
+<dl>
+<dt><strong>HTTP and HTTPS</strong></dt>
+<dd>HTTPS support is only available if the socket module was compiled with SSL support. 
+</dd>
+<dt><strong>Keep-Alive</strong></dt>
+<dd>Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests over the same connection if possible. 
+</dd>
+<dt><strong>Authentication</strong></dt>
+<dd>The following three types of HTTP Authentication are supported. These can be used over both HTTP and HTTPS.
     
-<UL>
-<LI>Digest
-</LI>
-<LI>Basic
-</LI>
-<LI>WSSE
+<ul>
+<li>Digest
+</li>
+<li>Basic
+</li>
+<li>WSSE
     
-</LI>
-</UL>
-</DD>
-<DT><STRONG>Caching</STRONG></DT>
-<DD>The module can optionally operate with a private cache that understands the Cache-Control: header and uses both the ETag and Last-Modified cache validators. 
-</DD>
-<DT><STRONG>All Methods</STRONG></DT>
-<DD>The module can handle any HTTP request method, not just GET and POST.
-</DD>
-<DT><STRONG>Redirects</STRONG></DT>
-<DD>Automatically follows 3XX redirects on GETs.
-</DD>
-<DT><STRONG>Compression</STRONG></DT>
-<DD>Handles both 'deflate' and 'gzip' types of compression.
-</DD>
-<DT><STRONG>Lost update support</STRONG></DT>
-<DD>Automatically adds back ETags into PUT requests to resources we have already cached. This implements Section 3.2 of Detecting the Lost Update Problem Using Unreserved Checkout
-</DD>
-</DL>
+</li>
+</ul>
+</dd>
+<dt><strong>Caching</strong></dt>
+<dd>The module can optionally operate with a private cache that understands the Cache-Control: header and uses both the ETag and Last-Modified cache validators. 
+</dd>
+<dt><strong>All Methods</strong></dt>
+<dd>The module can handle any HTTP request method, not just GET and POST.
+</dd>
+<dt><strong>Redirects</strong></dt>
+<dd>Automatically follows 3XX redirects on GETs.
+</dd>
+<dt><strong>Compression</strong></dt>
+<dd>Handles both 'deflate' and 'gzip' types of compression.
+</dd>
+<dt><strong>Lost update support</strong></dt>
+<dd>Automatically adds back ETags into PUT requests to resources we have already cached. This implements Section 3.2 of Detecting the Lost Update Problem Using Unreserved Checkout
+</dd>
+</dl>
 
-<P>
+<p>
 The <tt class="module">httplib2</tt> module defines the following variables:
 
-<P>
+<p>
 <dl><dt><b><tt id='l2h-2' xml:id='l2h-2'>debuglevel</tt></b></dt>
 <dd>
 The amount of debugging information to print. The default is 0.
 </dd></dl>
 
-<P>
+<p>
 The <tt class="module">httplib2</tt> module may raise the following Exceptions. Note that 
 there is an option that turns exceptions into 
 normal responses with an HTTP status code indicating
 an error occured. See <tt class="member">Http.force_exception_to_status_code</tt>
 
-<P>
+<p>
 <dl><dt><b><span class="typelabel">exception</span>&nbsp;<tt id='l2h-3' xml:id='l2h-3' class="exception">HttpLib2Error</tt></b></dt>
 <dd>
 The Base Exception for all exceptions raised by httplib2.
 </dd></dl>
 
-<P>
+<p>
 <dl><dt><b><span class="typelabel">exception</span>&nbsp;<tt id='l2h-4' xml:id='l2h-4' class="exception">RedirectMissingLocation</tt></b></dt>
 <dd>
 A 3xx redirect response code was provided but no Location: header 
 was provided to point to the new location.
 </dd></dl>
 
-<P>
+<p>
 <dl><dt><b><span class="typelabel">exception</span>&nbsp;<tt id='l2h-5' xml:id='l2h-5' class="exception">RedirectLimit</tt></b></dt>
 <dd>
 The maximum number of redirections was reached without coming to a final URI.
 </dd></dl>
 
-<P>
+<p>
 <dl><dt><b><span class="typelabel">exception</span>&nbsp;<tt id='l2h-6' xml:id='l2h-6' class="exception">ServerNotFoundError</tt></b></dt>
 <dd>
 Unable to resolve the host name given.
 </dd></dl>
 
-<P>
+<p>
 <dl><dt><b><span class="typelabel">exception</span>&nbsp;<tt id='l2h-7' xml:id='l2h-7' class="exception">RelativeURIError</tt></b></dt>
 <dd>
 A relative, as opposed to an absolute URI, was passed into request().
 </dd></dl>
 
-<P>
+<p>
 <dl><dt><b><span class="typelabel">exception</span>&nbsp;<tt id='l2h-8' xml:id='l2h-8' class="exception">FailedToDecompressContent</tt></b></dt>
 <dd>
 The headers claimed that the content of the response was compressed but the
 decompression algorithm applied to the content failed.
 </dd></dl>
 
-<P>
+<p>
 <dl><dt><b><span class="typelabel">exception</span>&nbsp;<tt id='l2h-9' xml:id='l2h-9' class="exception">UnimplementedDigestAuthOptionError</tt></b></dt>
 <dd>
 The server requested a type of Digest authentication that we
 are unfamiliar with.
 </dd></dl>
 
-<P>
+<p>
 <dl><dt><b><span class="typelabel">exception</span>&nbsp;<tt id='l2h-10' xml:id='l2h-10' class="exception">UnimplementedHmacDigestAuthOptionError</tt></b></dt>
 <dd>
 The server requested a type of HMACDigest authentication that we
 are unfamiliar with.
 </dd></dl>
 
-<P>
+<p>
 <dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
   <td><nobr><b><span class="typelabel">class</span>&nbsp;<tt id='l2h-11' xml:id='l2h-11' class="class">Http</tt></b>(</nobr></td>
   <td><var></var><big>[</big><var>cache=None</var><big>]</big><var>, </var><big>[</big><var>timeout=None</var><big>]</big><var></var>)</td></tr></table></dt>
@@ -178,7 +179,7 @@
 The <var>timeout</var> parameter is the socket level timeout.
 </dl>
 
-<P>
+<p>
 <dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
   <td><nobr><b><span class="typelabel">class</span>&nbsp;<tt id='l2h-12' xml:id='l2h-12' class="class">Response</tt></b>(</nobr></td>
   <td><var>info</var>)</td></tr></table></dt>
@@ -189,7 +190,7 @@
 an <tt class="class">rfc822.Message</tt> or an <tt class="class">httplib.HTTPResponse</tt> object.
 </dl>
 
-<P>
+<p>
 <dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
   <td><nobr><b><span class="typelabel">class</span>&nbsp;<tt id='l2h-13' xml:id='l2h-13' class="class">FileCache</tt></b>(</nobr></td>
   <td><var>dir_name, </var><big>[</big><var>safe=safename</var><big>]</big><var></var>)</td></tr></table></dt>
@@ -204,40 +205,40 @@
 into the constructor of <tt class="class">Http</tt>.
 </dl>
 
-<P>
+<p>
 
 <p><br /></p><hr class='online-navigation' />
 <div class='online-navigation'>
 <!--Table of Child-Links-->
-<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>
+<a name="CHILD_LINKS"><strong>Subsections</strong></a>
 
-<UL CLASS="ChildLinks">
-<LI><A href="http-objects.html">1.1.1 Http Objects</a>
-<LI><A href="cache-objects.html">1.1.2 Cache Objects</a>
-<LI><A href="response-objects.html">1.1.3 Response Objects</a>
-<LI><A href="httplib2-example.html">1.1.4 Examples</a>
+<ul class="ChildLinks">
+<li><a href="http-objects.html">1.1.1 Http Objects</a>
+<li><a href="cache-objects.html">1.1.2 Cache Objects</a>
+<li><a href="response-objects.html">1.1.3 Response Objects</a>
+<li><a href="httplib2-example.html">1.1.4 Examples</a>
 </ul>
 <!--End of Table of Child-Links-->
 </div>
 
-<DIV CLASS="navigation">
+<div class="navigation">
 <div class='online-navigation'>
 <p></p><hr />
 <table align="center" width="100%" cellpadding="0" cellspacing="2">
 <tr>
 <td class='online-navigation'><a rel="prev" title="1. Reference"
   href="node2.html"><img src='previous.png'
-  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
+  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 <td class='online-navigation'><a rel="parent" title="1. Reference"
   href="node2.html"><img src='up.png'
-  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
-<td class='online-navigation'><a rel="next" title="1.1.1 Http Objects"
+  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
+<td class='online-navigation'><a rel="next" title="1.1.1 http Objects"
   href="http-objects.html"><img src='next.png'
-  border='0' height='32'  alt='Next Page' width='32' /></A></td>
+  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 <td align="center" width="100%">The httplib2 Library</td>
 <td class='online-navigation'><a rel="contents" title="Table of Contents"
   href="contents.html"><img src='contents.png'
-  border='0' height='32'  alt='Contents' width='32' /></A></td>
+  border='0' height='32'  alt='Contents' width='32' /></a></td>
 <td class='online-navigation'><img src='blank.png'
   border='0' height='32'  alt='' width='32' /></td>
 <td class='online-navigation'><img src='blank.png'
@@ -245,17 +246,17 @@
 </tr></table>
 <div class='online-navigation'>
 <b class="navlabel">Previous:</b>
-<a class="sectref" rel="prev" href="node2.html">1. Reference</A>
+<a class="sectref" rel="prev" href="node2.html">1. Reference</a>
 <b class="navlabel">Up:</b>
-<a class="sectref" rel="parent" href="node2.html">1. Reference</A>
+<a class="sectref" rel="parent" href="node2.html">1. Reference</a>
 <b class="navlabel">Next:</b>
-<a class="sectref" rel="next" href="http-objects.html">1.1.1 Http Objects</A>
+<a class="sectref" rel="next" href="http-objects.html">1.1.1 Http Objects</a>
 </div>
 </div>
 <hr />
 <span class="release-info">Release 0.3, documentation updated on Mar 8, 2007.</span>
-</DIV>
+</div>
 <!--End of Navigation Panel-->
 
-</BODY>
-</HTML>
+</body>
+</html>