Fixed issue #33 by adding in the Http.optimistic_concurrency_methods attribute
diff --git a/doc/html/libhttplib2.html b/doc/html/libhttplib2.html
index e477cad..c20aa3a 100644
--- a/doc/html/libhttplib2.html
+++ b/doc/html/libhttplib2.html
@@ -256,6 +256,15 @@
</dd></dl>
<dl class="attribute">
+<dt id="httplib2.Http.optimistic_concurrency_methods">
+<!--[httplib2.Http.optimistic_concurrency_methods]--><tt class="descclassname">Http.</tt><tt class="descname">optimistic_concurrency_methods</tt><a class="headerlink" href="#httplib2.Http.optimistic_concurrency_methods" title="Permalink to this definition">¶</a></dt>
+<dd>By default a list that only contains “PUT”, this attribute
+controls which methods will get ‘if-match’ headers attached
+to them from cached responses with etags. You can append
+new items to this list to add new methods that should
+get this support, such as “PATCH”.</dd></dl>
+
+<dl class="attribute">
<dt id="httplib2.Http.ignore_etag">
<!--[httplib2.Http.ignore_etag]--><tt class="descclassname">Http.</tt><tt class="descname">ignore_etag</tt><a class="headerlink" href="#httplib2.Http.ignore_etag" title="Permalink to this definition">¶</a></dt>
<dd>Defaults to <tt class="xref docutils literal"><span class="pre">False</span></tt>. If <tt class="xref docutils literal"><span class="pre">True</span></tt>, then any etags present in the cached
@@ -434,7 +443,7 @@
</div>
<div class="footer">
© Copyright 2008, Joe Gregorio.
- Last updated on Sep 05, 2008.
+ Last updated on Sep 06, 2008.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
</body>