blob: d241a3e7e4f5a3130b34c13af2dff1e1de0991a3 [file] [log] [blame]
joe.gregorio258eefb2008-09-06 01:30:25 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>The httplib2 Library &mdash; httplib2 v0.4 documentation</title>
6 <link rel="stylesheet" href="_static/default.css" type="text/css" />
7 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
8 <script type="text/javascript">
9 var DOCUMENTATION_OPTIONS = {
10 URL_ROOT: '',
11 VERSION: '0.4',
12 COLLAPSE_MODINDEX: false,
13 FILE_SUFFIX: ''
14 };
15 </script>
16 <script type="text/javascript" src="_static/jquery.js"></script>
17 <script type="text/javascript" src="_static/interface.js"></script>
18 <script type="text/javascript" src="_static/doctools.js"></script>
19 <link rel="contents" title="Global table of contents" href="contents.html" />
20 <link rel="index" title="Global index" href="genindex.html" />
21 <link rel="search" title="Search" href="search.html" />
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> &raquo;</li>
39 </ul>
40 </div>
41 <div class="document">
42 <div class="documentwrapper">
43 <div class="bodywrapper">
44 <div class="body">
45
46
47 <div class="section" id="the-httplib2-library">
48<h1 id="the-httplib2-library">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"><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><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><a class="reference external" href="libhttplib2.html#id1">Http Objects</a></li>
68<li><a class="reference external" href="libhttplib2.html#id2">Cache Objects</a></li>
69<li><a class="reference external" href="libhttplib2.html#id3">Response Objects</a></li>
70<li><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 id="indices-and-tables">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>Table Of Contents</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" title="next chapter"><tt class="docutils literal"><span class="pre">httplib2</span></tt> A comprehensive HTTP client library.</a></p>
100 <h3>This Page</h3>
101 <ul class="this-page-menu">
102 <li><a href="_sources/index.txt">Show Source</a></li>
103 </ul>
104 <h3>Quick search</h3>
105 <form class="search" action="search.html" method="get">
106 <input type="text" name="q" size="18" /> <input type="submit" value="Go" />
107 <input type="hidden" name="check_keywords" value="yes" />
108 <input type="hidden" name="area" value="default" />
109 </form>
110 </div>
111 </div>
112 <div class="clearer"></div>
113 </div>
114 <div class="related">
115 <h3>Navigation</h3>
116 <ul>
117 <li class="right" style="margin-right: 10px">
118 <a href="genindex.html" title="General Index"
119 accesskey="I">index</a></li>
120 <li class="right" >
121 <a href="modindex.html" title="Global Module Index"
122 accesskey="M">modules</a> |</li>
123 <li class="right" >
124 <a href="libhttplib2.html" title="httplib2 A comprehensive HTTP client library."
125 accesskey="N">next</a> |</li>
126 <li><a href="">httplib2 v0.4 documentation</a> &raquo;</li>
127 </ul>
128 </div>
129 <div class="footer">
130 &copy; Copyright 2008, Joe Gregorio.
joe.gregorio700f04d2008-09-06 04:46:32 +0000131 Last updated on Sep 06, 2008.
joe.gregorio258eefb2008-09-06 01:30:25 +0000132 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
133 </div>
134 </body>
135</html>