blob: 839d65e87c7c60db60d79aa4b772c855aa0ac48f [file] [log] [blame]
jcgregorio26c0cd72006-07-03 17:36:17 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="ref.css" type='text/css' />
5<link rel="first" href="ref.html" title='The httplib2 Library' />
6<link rel='contents' href='contents.html' title="Contents" />
7<link rel='last' href='about.html' title='About this document...' />
8<link rel='help' href='about.html' title='About this document...' />
9<link rel="next" href="contents.html" />
jcgregorio88ada9a2007-05-03 13:20:38 +000010<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
jcgregorio26c0cd72006-07-03 17:36:17 +000011<meta name='aesop' content='information' />
12<title>The httplib2 Library</title>
13</head>
14<body>
jcgregorio88ada9a2007-05-03 13:20:38 +000015<div class="navigation">
jcgregorio26c0cd72006-07-03 17:36:17 +000016<div id='top-navigation-panel' xml:id='top-navigation-panel'>
17<table align="center" width="100%" cellpadding="0" cellspacing="2">
18<tr>
19<td class='online-navigation'><img src='previous.png'
20 border='0' height='32' alt='Previous Page' width='32' /></td>
21<td class='online-navigation'><img src='up.png'
jcgregorio88ada9a2007-05-03 13:20:38 +000022 border='0' height='32' alt='Up one Level' width='32' /></td>
jcgregorio26c0cd72006-07-03 17:36:17 +000023<td class='online-navigation'><a rel="next" title="Contents"
24 href="contents.html"><img src='next.png'
jcgregorio88ada9a2007-05-03 13:20:38 +000025 border='0' height='32' alt='Next Page' width='32' /></a></td>
jcgregorio26c0cd72006-07-03 17:36:17 +000026<td align="center" width="100%">The httplib2 Library</td>
27<td class='online-navigation'><a rel="contents" title="Table of Contents"
28 href="contents.html"><img src='contents.png'
jcgregorio88ada9a2007-05-03 13:20:38 +000029 border='0' height='32' alt='Contents' width='32' /></a></td>
jcgregorio26c0cd72006-07-03 17:36:17 +000030<td class='online-navigation'><img src='blank.png'
31 border='0' height='32' alt='' width='32' /></td>
32<td class='online-navigation'><img src='blank.png'
33 border='0' height='32' alt='' width='32' /></td>
34</tr></table>
35<div class='online-navigation'>
36<b class="navlabel">Next:</b>
jcgregorio88ada9a2007-05-03 13:20:38 +000037<a class="sectref" rel="next" href="contents.html">Contents</a>
jcgregorio26c0cd72006-07-03 17:36:17 +000038</div>
39<hr /></div>
jcgregorio88ada9a2007-05-03 13:20:38 +000040</div>
jcgregorio26c0cd72006-07-03 17:36:17 +000041<!--End of Navigation Panel-->
42
jcgregorio88ada9a2007-05-03 13:20:38 +000043<p>
jcgregorio26c0cd72006-07-03 17:36:17 +000044
45<div class="titlepage">
46<div class='center'>
47<h1>The httplib2 Library</h1>
48<p><b><font size="+2">Joe Gregorio</font></b></p>
49<p>
50Email: <span class="email">joe@bitworking.org</span>
51</p>
jcgregoriocde4f092007-03-08 21:59:04 +000052<p><strong>Release 0.3</strong><br />
53<strong>Mar 8, 2007</strong></p>
jcgregorio26c0cd72006-07-03 17:36:17 +000054<p></p>
55</div>
56</div>
57
jcgregorio88ada9a2007-05-03 13:20:38 +000058<p>
jcgregorio26c0cd72006-07-03 17:36:17 +000059
jcgregorio88ada9a2007-05-03 13:20:38 +000060<h3>Abstract:</h3>
61<div class="ABSTRACT">
jcgregorio26c0cd72006-07-03 17:36:17 +000062
jcgregorio88ada9a2007-05-03 13:20:38 +000063<p>
jcgregorio26c0cd72006-07-03 17:36:17 +000064The <tt class="module">httplib2</tt> module is a comprehensive HTTP client library
65that handles caching, keep-alive, compression, redirects and
66many kinds of authentication.
67
jcgregorio88ada9a2007-05-03 13:20:38 +000068<p>
69</div>
70<p>
jcgregorio26c0cd72006-07-03 17:36:17 +000071
jcgregorio88ada9a2007-05-03 13:20:38 +000072<p>
jcgregorio26c0cd72006-07-03 17:36:17 +000073
74<p><br /></p><hr class='online-navigation' />
75<div class='online-navigation'>
76<!--Table of Child-Links-->
jcgregorio88ada9a2007-05-03 13:20:38 +000077<a name="CHILD_LINKS"></a>
jcgregorio26c0cd72006-07-03 17:36:17 +000078
jcgregorio88ada9a2007-05-03 13:20:38 +000079<ul class="ChildLinks">
80<li><a href="contents.html">Contents</a>
81<li><a href="node2.html">1. Reference</a>
82<ul>
Joe Gregorio26763712013-02-19 15:57:37 -050083<li><a href="module-httplib2.html">1.1 <tt class="module">httplib2</tt>
jcgregorio26c0cd72006-07-03 17:36:17 +000084A comprehensive HTTP client library.</a>
jcgregorio88ada9a2007-05-03 13:20:38 +000085<ul>
86<li><a href="http-objects.html">1.1.1 Http Objects</a>
87<li><a href="cache-objects.html">1.1.2 Cache Objects</a>
88<li><a href="response-objects.html">1.1.3 Response Objects</a>
89<li><a href="httplib2-example.html">1.1.4 Examples</a>
jcgregorio26c0cd72006-07-03 17:36:17 +000090</ul>
91</ul>
jcgregorio88ada9a2007-05-03 13:20:38 +000092<li><a href="about.html">About this document ...</a>
jcgregorio26c0cd72006-07-03 17:36:17 +000093</ul>
94<!--End of Table of Child-Links-->
95</div>
96
jcgregorio88ada9a2007-05-03 13:20:38 +000097<div class="navigation">
jcgregorio26c0cd72006-07-03 17:36:17 +000098<div class='online-navigation'>
99<p></p><hr />
100<table align="center" width="100%" cellpadding="0" cellspacing="2">
101<tr>
102<td class='online-navigation'><img src='previous.png'
103 border='0' height='32' alt='Previous Page' width='32' /></td>
104<td class='online-navigation'><img src='up.png'
jcgregorio88ada9a2007-05-03 13:20:38 +0000105 border='0' height='32' alt='Up one Level' width='32' /></td>
jcgregorio26c0cd72006-07-03 17:36:17 +0000106<td class='online-navigation'><a rel="next" title="Contents"
107 href="contents.html"><img src='next.png'
jcgregorio88ada9a2007-05-03 13:20:38 +0000108 border='0' height='32' alt='Next Page' width='32' /></a></td>
jcgregorio26c0cd72006-07-03 17:36:17 +0000109<td align="center" width="100%">The httplib2 Library</td>
110<td class='online-navigation'><a rel="contents" title="Table of Contents"
111 href="contents.html"><img src='contents.png'
jcgregorio88ada9a2007-05-03 13:20:38 +0000112 border='0' height='32' alt='Contents' width='32' /></a></td>
jcgregorio26c0cd72006-07-03 17:36:17 +0000113<td class='online-navigation'><img src='blank.png'
114 border='0' height='32' alt='' width='32' /></td>
115<td class='online-navigation'><img src='blank.png'
116 border='0' height='32' alt='' width='32' /></td>
117</tr></table>
118<div class='online-navigation'>
119<b class="navlabel">Next:</b>
jcgregorio88ada9a2007-05-03 13:20:38 +0000120<a class="sectref" rel="next" href="contents.html">Contents</a>
jcgregorio26c0cd72006-07-03 17:36:17 +0000121</div>
122</div>
123<hr />
jcgregoriocde4f092007-03-08 21:59:04 +0000124<span class="release-info">Release 0.3, documentation updated on Mar 8, 2007.</span>
jcgregorio88ada9a2007-05-03 13:20:38 +0000125</div>
jcgregorio26c0cd72006-07-03 17:36:17 +0000126<!--End of Navigation Panel-->
127
jcgregorio88ada9a2007-05-03 13:20:38 +0000128</body>
129</html>