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