Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: third_party/gsutil/third_party/httplib2/ref/ref.html

Issue 1380943003: Roll version of gsutil to 4.15. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <meta name='aesop' content='information' />
12 <title>The httplib2 Library</title>
13 </head>
14 <body>
15 <div class="navigation">
16 <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'
22 border='0' height='32' alt='Up one Level' width='32' /></td>
23 <td class='online-navigation'><a rel="next" title="Contents"
24 href="contents.html"><img src='next.png'
25 border='0' height='32' alt='Next Page' width='32' /></a></td>
26 <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'
29 border='0' height='32' alt='Contents' width='32' /></a></td>
30 <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>
37 <a class="sectref" rel="next" href="contents.html">Contents</a>
38 </div>
39 <hr /></div>
40 </div>
41 <!--End of Navigation Panel-->
42
43 <p>
44
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>
50 Email: <span class="email">joe@bitworking.org</span>
51 </p>
52 <p><strong>Release 0.3</strong><br />
53 <strong>Mar 8, 2007</strong></p>
54 <p></p>
55 </div>
56 </div>
57
58 <p>
59
60 <h3>Abstract:</h3>
61 <div class="ABSTRACT">
62
63 <p>
64 The <tt class="module">httplib2</tt> module is a comprehensive HTTP client libra ry
65 that handles caching, keep-alive, compression, redirects and
66 many kinds of authentication.
67
68 <p>
69 </div>
70 <p>
71
72 <p>
73
74 <p><br /></p><hr class='online-navigation' />
75 <div class='online-navigation'>
76 <!--Table of Child-Links-->
77 <a name="CHILD_LINKS"></a>
78
79 <ul class="ChildLinks">
80 <li><a href="contents.html">Contents</a>
81 <li><a href="node2.html">1. Reference</a>
82 <ul>
83 <li><a href="module-httplib2.html">1.1 <tt class="module">httplib2</tt>
84 A comprehensive HTTP client library.</a>
85 <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>
90 </ul>
91 </ul>
92 <li><a href="about.html">About this document ...</a>
93 </ul>
94 <!--End of Table of Child-Links-->
95 </div>
96
97 <div class="navigation">
98 <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'
105 border='0' height='32' alt='Up one Level' width='32' /></td>
106 <td class='online-navigation'><a rel="next" title="Contents"
107 href="contents.html"><img src='next.png'
108 border='0' height='32' alt='Next Page' width='32' /></a></td>
109 <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'
112 border='0' height='32' alt='Contents' width='32' /></a></td>
113 <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>
120 <a class="sectref" rel="next" href="contents.html">Contents</a>
121 </div>
122 </div>
123 <hr />
124 <span class="release-info">Release 0.3, documentation updated on Mar 8, 2007.</s pan>
125 </div>
126 <!--End of Navigation Panel-->
127
128 </body>
129 </html>
OLDNEW
« no previous file with comments | « third_party/gsutil/third_party/httplib2/ref/ref.css ('k') | third_party/gsutil/third_party/httplib2/ref/response-objects.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698