1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 4<html xmlns="http://www.w3.org/1999/xhtml"> 5 <head> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 7 8 <title>The httplib2 Library — httplib2 v0.4 documentation</title> 9 <link rel="stylesheet" href="_static/default.css" type="text/css" /> 10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 11 <script type="text/javascript"> 12 var DOCUMENTATION_OPTIONS = { 13 URL_ROOT: '#', 14 VERSION: '0.4', 15 COLLAPSE_MODINDEX: false, 16 FILE_SUFFIX: '.html', 17 HAS_SOURCE: true 18 }; 19 </script> 20 <script type="text/javascript" src="_static/jquery.js"></script> 21 <script type="text/javascript" src="_static/doctools.js"></script> 22 <link rel="top" title="httplib2 v0.4 documentation" href="#" /> 23 <link rel="next" title="httplib2 A comprehensive HTTP client library." href="libhttplib2.html" /> 24 </head> 25 <body> 26 <div class="related"> 27 <h3>Navigation</h3> 28 <ul> 29 <li class="right" style="margin-right: 10px"> 30 <a href="genindex.html" title="General Index" 31 accesskey="I">index</a></li> 32 <li class="right" > 33 <a href="modindex.html" title="Global Module Index" 34 accesskey="M">modules</a> |</li> 35 <li class="right" > 36 <a href="libhttplib2.html" title="httplib2 A comprehensive HTTP client library." 37 accesskey="N">next</a> |</li> 38 <li><a href="#">httplib2 v0.4 documentation</a> »</li> 39 </ul> 40 </div> 41 42 <div class="document"> 43 <div class="documentwrapper"> 44 <div class="bodywrapper"> 45 <div class="body"> 46 47 <div class="section" id="the-httplib2-library"> 48<h1>The httplib2 Library<a class="headerlink" href="#the-httplib2-library" title="Permalink to this headline">¶</a></h1> 49<table class="docutils field-list" frame="void" rules="none"> 50<col class="field-name" /> 51<col class="field-body" /> 52<tbody valign="top"> 53<tr class="field"><th class="field-name">Author:</th><td class="field-body">Joe Gregorio</td> 54</tr> 55<tr class="field"><th class="field-name">Date:</th><td class="field-body">Mar 8, 2007</td> 56</tr> 57</tbody> 58</table> 59<div class="topic"> 60<p class="topic-title first">Abstract</p> 61<p>The <a title="" class="reference external" href="libhttplib2.html#module-httplib2"><tt class="xref docutils literal"><span class="pre">httplib2</span></tt></a> module is a comprehensive HTTP client library that handles 62caching, keep-alive, compression, redirects and many kinds of authentication.</p> 63</div> 64<p>Contents:</p> 65<ul> 66<li class="toctree-l1"><a class="reference external" href="libhttplib2.html"><tt class="docutils literal"><span class="pre">httplib2</span></tt> A comprehensive HTTP client library.</a><ul> 67<li class="toctree-l2"><a class="reference external" href="libhttplib2.html#http-objects">Http Objects</a></li> 68<li class="toctree-l2"><a class="reference external" href="libhttplib2.html#cache-objects">Cache Objects</a></li> 69<li class="toctree-l2"><a class="reference external" href="libhttplib2.html#response-objects">Response Objects</a></li> 70<li class="toctree-l2"><a class="reference external" href="libhttplib2.html#examples">Examples</a></li> 71</ul> 72</li> 73</ul> 74<div class="section" id="indices-and-tables"> 75<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h2> 76<ul class="simple"> 77<li><a class="reference external" href="genindex.html"><em>Index</em></a></li> 78<li><a class="reference external" href="modindex.html"><em>Module Index</em></a></li> 79<li><a class="reference external" href="search.html"><em>Search Page</em></a></li> 80</ul> 81</div> 82</div> 83 84 85 </div> 86 </div> 87 </div> 88 <div class="sphinxsidebar"> 89 <div class="sphinxsidebarwrapper"> 90 <h3><a href="#">Table Of Contents</a></h3> 91 <ul> 92<li><a class="reference external" href="#">The httplib2 Library</a><ul> 93<li><a class="reference external" href="#indices-and-tables">Indices and tables</a></li> 94</ul> 95</li> 96</ul> 97 98 <h4>Next topic</h4> 99 <p class="topless"><a href="libhttplib2.html" 100 title="next chapter"><tt class="docutils literal"><span class="pre">httplib2</span></tt> A comprehensive HTTP client library.</a></p> 101 <h3>This Page</h3> 102 <ul class="this-page-menu"> 103 <li><a href="_sources/index.txt" 104 rel="nofollow">Show Source</a></li> 105 </ul> 106 <div id="searchbox" style="display: none"> 107 <h3>Quick search</h3> 108 <form class="search" action="search.html" method="get"> 109 <input type="text" name="q" size="18" /> 110 <input type="submit" value="Go" /> 111 <input type="hidden" name="check_keywords" value="yes" /> 112 <input type="hidden" name="area" value="default" /> 113 </form> 114 <p class="searchtip" style="font-size: 90%"> 115 Enter search terms or a module, class or function name. 116 </p> 117 </div> 118 <script type="text/javascript">$('#searchbox').show(0);</script> 119 </div> 120 </div> 121 <div class="clearer"></div> 122 </div> 123 <div class="related"> 124 <h3>Navigation</h3> 125 <ul> 126 <li class="right" style="margin-right: 10px"> 127 <a href="genindex.html" title="General Index" 128 >index</a></li> 129 <li class="right" > 130 <a href="modindex.html" title="Global Module Index" 131 >modules</a> |</li> 132 <li class="right" > 133 <a href="libhttplib2.html" title="httplib2 A comprehensive HTTP client library." 134 >next</a> |</li> 135 <li><a href="#">httplib2 v0.4 documentation</a> »</li> 136 </ul> 137 </div> 138 <div class="footer"> 139 © Copyright 2008, Joe Gregorio. 140 Last updated on Aug 28, 2012. 141 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.4. 142 </div> 143 </body> 144</html> 145