blob: eab247ba540d91abb52aee4feffe5dfd39cfa29a [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" />
10<meta name='aesop' content='information' />
11<title>The httplib2 Library</title>
12</head>
13<body>
14<DIV CLASS="navigation">
15<div id='top-navigation-panel' xml:id='top-navigation-panel'>
16<table align="center" width="100%" cellpadding="0" cellspacing="2">
17<tr>
18<td class='online-navigation'><img src='previous.png'
19 border='0' height='32' alt='Previous Page' width='32' /></td>
20<td class='online-navigation'><img src='up.png'
21 border='0' height='32' alt='Up One Level' width='32' /></td>
22<td class='online-navigation'><a rel="next" title="Contents"
23 href="contents.html"><img src='next.png'
24 border='0' height='32' alt='Next Page' width='32' /></A></td>
25<td align="center" width="100%">The httplib2 Library</td>
26<td class='online-navigation'><a rel="contents" title="Table of Contents"
27 href="contents.html"><img src='contents.png'
28 border='0' height='32' alt='Contents' width='32' /></A></td>
29<td class='online-navigation'><img src='blank.png'
30 border='0' height='32' alt='' width='32' /></td>
31<td class='online-navigation'><img src='blank.png'
32 border='0' height='32' alt='' width='32' /></td>
33</tr></table>
34<div class='online-navigation'>
35<b class="navlabel">Next:</b>
36<a class="sectref" rel="next" href="contents.html">Contents</A>
37</div>
38<hr /></div>
39</DIV>
40<!--End of Navigation Panel-->
41
42<P>
43
44<div class="titlepage">
45<div class='center'>
46<h1>The httplib2 Library</h1>
47<p><b><font size="+2">Joe Gregorio</font></b></p>
48<p>
49Email: <span class="email">joe@bitworking.org</span>
50</p>
jcgregoriocde4f092007-03-08 21:59:04 +000051<p><strong>Release 0.3</strong><br />
52<strong>Mar 8, 2007</strong></p>
jcgregorio26c0cd72006-07-03 17:36:17 +000053<p></p>
54</div>
55</div>
56
57<P>
58
59<H3>Abstract:</H3>
60<DIV CLASS="ABSTRACT">
61
62<P>
63The <tt class="module">httplib2</tt> module is a comprehensive HTTP client library
64that handles caching, keep-alive, compression, redirects and
65many kinds of authentication.
66
67<P>
68</DIV>
69<P>
70
71<P>
72
73<p><br /></p><hr class='online-navigation' />
74<div class='online-navigation'>
75<!--Table of Child-Links-->
76<A NAME="CHILD_LINKS"></a>
77
78<UL CLASS="ChildLinks">
79<LI><A href="contents.html">Contents</a>
80<LI><A href="node2.html">1. Reference</a>
81<UL>
82<LI><A href="module-httplib2.html">1.1 <tt class="module">httplib2</tt>
83A comprehensive HTTP client library.</a>
84<UL>
85<LI><A href="http-objects.html">1.1.1 Http Objects</a>
86<LI><A href="cache-objects.html">1.1.2 Cache Objects</a>
87<LI><A href="response-objects.html">1.1.3 Response Objects</a>
88<LI><A href="httplib2-example.html">1.1.4 Examples</a>
89</ul>
90</ul>
91<LI><A href="about.html">About this document ...</a>
92</ul>
93<!--End of Table of Child-Links-->
94</div>
95
96<DIV CLASS="navigation">
97<div class='online-navigation'>
98<p></p><hr />
99<table align="center" width="100%" cellpadding="0" cellspacing="2">
100<tr>
101<td class='online-navigation'><img src='previous.png'
102 border='0' height='32' alt='Previous Page' width='32' /></td>
103<td class='online-navigation'><img src='up.png'
104 border='0' height='32' alt='Up One Level' width='32' /></td>
105<td class='online-navigation'><a rel="next" title="Contents"
106 href="contents.html"><img src='next.png'
107 border='0' height='32' alt='Next Page' width='32' /></A></td>
108<td align="center" width="100%">The httplib2 Library</td>
109<td class='online-navigation'><a rel="contents" title="Table of Contents"
110 href="contents.html"><img src='contents.png'
111 border='0' height='32' alt='Contents' width='32' /></A></td>
112<td class='online-navigation'><img src='blank.png'
113 border='0' height='32' alt='' width='32' /></td>
114<td class='online-navigation'><img src='blank.png'
115 border='0' height='32' alt='' width='32' /></td>
116</tr></table>
117<div class='online-navigation'>
118<b class="navlabel">Next:</b>
119<a class="sectref" rel="next" href="contents.html">Contents</A>
120</div>
121</div>
122<hr />
jcgregoriocde4f092007-03-08 21:59:04 +0000123<span class="release-info">Release 0.3, documentation updated on Mar 8, 2007.</span>
jcgregorio26c0cd72006-07-03 17:36:17 +0000124</DIV>
125<!--End of Navigation Panel-->
126
127</BODY>
128</HTML>