| Joe Gregorio | 55d5818 | 2011-02-20 01:42:07 -0500 | [diff] [blame] | 1 |  | 
 | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 
 | 3 | <html><head><title>Python: package httplib2</title> | 
 | 4 | </head><body bgcolor="#f0f0f8"> | 
 | 5 |  | 
 | 6 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | 
 | 7 | <tr bgcolor="#7799ee"> | 
 | 8 | <td valign=bottom> <br> | 
 | 9 | <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>httplib2</strong></big></big> (version $Rev$)</font></td | 
 | 10 | ><td align=right valign=bottom | 
 | 11 | ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/jcgregorio/projects/apiary/httplib2/__init__.py">/home/jcgregorio/projects/apiary/httplib2/__init__.py</a></font></td></tr></table> | 
 | 12 |     <p></p> | 
 | 13 | <p> | 
 | 14 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 15 | <tr bgcolor="#aa55cc"> | 
 | 16 | <td colspan=3 valign=bottom> <br> | 
 | 17 | <font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr> | 
 | 18 |      | 
 | 19 | <tr><td bgcolor="#aa55cc"><tt>      </tt></td><td> </td> | 
 | 20 | <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="httplib2.iri2uri.html">iri2uri</a><br> | 
 | 21 | </td><td width="25%" valign=top><a href="httplib2.socks.html">socks</a><br> | 
 | 22 | </td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> | 
 | 23 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 24 | <tr bgcolor="#ee77aa"> | 
 | 25 | <td colspan=3 valign=bottom> <br> | 
 | 26 | <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> | 
 | 27 |      | 
 | 28 | <tr><td bgcolor="#ee77aa"><tt>      </tt></td><td> </td> | 
 | 29 | <td width="100%"><dl> | 
 | 30 | <dt><font face="helvetica, arial"><a href="__builtin__.html#dict">__builtin__.dict</a>(<a href="__builtin__.html#object">__builtin__.object</a>) | 
 | 31 | </font></dt><dd> | 
 | 32 | <dl> | 
 | 33 | <dt><font face="helvetica, arial"><a href="httplib2.html#Response">Response</a> | 
 | 34 | </font></dt></dl> | 
 | 35 | </dd> | 
 | 36 | <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> | 
 | 37 | </font></dt><dd> | 
 | 38 | <dl> | 
 | 39 | <dt><font face="helvetica, arial"><a href="httplib2.html#Http">Http</a> | 
 | 40 | </font></dt><dt><font face="helvetica, arial"><a href="httplib2.html#ProxyInfo">ProxyInfo</a> | 
 | 41 | </font></dt></dl> | 
 | 42 | </dd> | 
 | 43 | <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) | 
 | 44 | </font></dt><dd> | 
 | 45 | <dl> | 
 | 46 | <dt><font face="helvetica, arial"><a href="httplib2.html#HttpLib2Error">HttpLib2Error</a> | 
 | 47 | </font></dt><dd> | 
 | 48 | <dl> | 
 | 49 | <dt><font face="helvetica, arial"><a href="httplib2.html#ProxiesUnavailableError">ProxiesUnavailableError</a> | 
 | 50 | </font></dt></dl> | 
 | 51 | </dd> | 
 | 52 | </dl> | 
 | 53 | </dd> | 
 | 54 | <dt><font face="helvetica, arial"><a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>(<a href="httplib2.html#HttpLib2Error">HttpLib2Error</a>) | 
 | 55 | </font></dt><dd> | 
 | 56 | <dl> | 
 | 57 | <dt><font face="helvetica, arial"><a href="httplib2.html#FailedToDecompressContent">FailedToDecompressContent</a> | 
 | 58 | </font></dt><dt><font face="helvetica, arial"><a href="httplib2.html#RedirectLimit">RedirectLimit</a> | 
 | 59 | </font></dt><dt><font face="helvetica, arial"><a href="httplib2.html#RedirectMissingLocation">RedirectMissingLocation</a> | 
 | 60 | </font></dt><dt><font face="helvetica, arial"><a href="httplib2.html#UnimplementedDigestAuthOptionError">UnimplementedDigestAuthOptionError</a> | 
 | 61 | </font></dt><dt><font face="helvetica, arial"><a href="httplib2.html#UnimplementedHmacDigestAuthOptionError">UnimplementedHmacDigestAuthOptionError</a> | 
 | 62 | </font></dt></dl> | 
 | 63 | </dd> | 
 | 64 | </dl> | 
 | 65 |  <p> | 
 | 66 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 67 | <tr bgcolor="#ffc8d8"> | 
 | 68 | <td colspan=3 valign=bottom> <br> | 
 | 69 | <font color="#000000" face="helvetica, arial"><a name="FailedToDecompressContent">class <strong>FailedToDecompressContent</strong></a>(<a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>)</font></td></tr> | 
 | 70 |      | 
 | 71 | <tr><td bgcolor="#ffc8d8"><tt>   </tt></td><td> </td> | 
 | 72 | <td width="100%"><dl><dt>Method resolution order:</dt> | 
 | 73 | <dd><a href="httplib2.html#FailedToDecompressContent">FailedToDecompressContent</a></dd> | 
 | 74 | <dd><a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a></dd> | 
 | 75 | <dd><a href="httplib2.html#HttpLib2Error">HttpLib2Error</a></dd> | 
 | 76 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> | 
 | 77 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> | 
 | 78 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 
 | 79 | </dl> | 
 | 80 | <hr> | 
 | 81 | Methods inherited from <a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>:<br> | 
 | 82 | <dl><dt><a name="FailedToDecompressContent-__init__"><strong>__init__</strong></a>(self, desc, response, content)</dt></dl> | 
 | 83 |  | 
 | 84 | <hr> | 
 | 85 | Data descriptors inherited from <a href="httplib2.html#HttpLib2Error">HttpLib2Error</a>:<br> | 
 | 86 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 87 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 88 | </dl> | 
 | 89 | <hr> | 
 | 90 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> | 
 | 91 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#FailedToDecompressContent-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> | 
 | 92 |  | 
 | 93 | <hr> | 
 | 94 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 95 | <dl><dt><a name="FailedToDecompressContent-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#FailedToDecompressContent-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> | 
 | 96 |  | 
 | 97 | <dl><dt><a name="FailedToDecompressContent-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#FailedToDecompressContent-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> | 
 | 98 |  | 
 | 99 | <dl><dt><a name="FailedToDecompressContent-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#FailedToDecompressContent-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> | 
 | 100 |  | 
 | 101 | <dl><dt><a name="FailedToDecompressContent-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#FailedToDecompressContent-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> | 
 | 102 |  <br> | 
 | 103 | Use of negative indices is not supported.</tt></dd></dl> | 
 | 104 |  | 
 | 105 | <dl><dt><a name="FailedToDecompressContent-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> | 
 | 106 |  | 
 | 107 | <dl><dt><a name="FailedToDecompressContent-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#FailedToDecompressContent-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> | 
 | 108 |  | 
 | 109 | <dl><dt><a name="FailedToDecompressContent-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#FailedToDecompressContent-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> | 
 | 110 |  | 
 | 111 | <dl><dt><a name="FailedToDecompressContent-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> | 
 | 112 |  | 
 | 113 | <dl><dt><a name="FailedToDecompressContent-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#FailedToDecompressContent-__str__">__str__</a>() <==> str(x)</tt></dd></dl> | 
 | 114 |  | 
 | 115 | <dl><dt><a name="FailedToDecompressContent-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> | 
 | 116 |  | 
 | 117 | <hr> | 
 | 118 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 119 | <dl><dt><strong>__dict__</strong></dt> | 
 | 120 | </dl> | 
 | 121 | <dl><dt><strong>args</strong></dt> | 
 | 122 | </dl> | 
 | 123 | <dl><dt><strong>message</strong></dt> | 
 | 124 | </dl> | 
 | 125 | </td></tr></table> <p> | 
 | 126 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 127 | <tr bgcolor="#ffc8d8"> | 
 | 128 | <td colspan=3 valign=bottom> <br> | 
 | 129 | <font color="#000000" face="helvetica, arial"><a name="Http">class <strong>Http</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> | 
 | 130 |      | 
 | 131 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt>   </tt></td> | 
 | 132 | <td colspan=2><tt>An HTTP client that handles:<br> | 
 | 133 | - all methods<br> | 
 | 134 | - caching<br> | 
 | 135 | - ETags<br> | 
 | 136 | - compression,<br> | 
 | 137 | - HTTPS<br> | 
 | 138 | - Basic<br> | 
 | 139 | - Digest<br> | 
 | 140 | - WSSE<br> | 
 | 141 |  <br> | 
 | 142 | and more.<br> </tt></td></tr> | 
 | 143 | <tr><td> </td> | 
 | 144 | <td width="100%">Methods defined here:<br> | 
 | 145 | <dl><dt><a name="Http-__init__"><strong>__init__</strong></a>(self, cache<font color="#909090">=None</font>, timeout<font color="#909090">=None</font>, proxy_info<font color="#909090">=None</font>)</dt><dd><tt>The value of proxy_info is a <a href="#ProxyInfo">ProxyInfo</a> instance.<br> | 
 | 146 |  <br> | 
 | 147 | If 'cache' is a string then it is used as a directory name<br> | 
 | 148 | for a disk cache. Otherwise it must be an <a href="__builtin__.html#object">object</a> that supports<br> | 
 | 149 | the same interface as FileCache.</tt></dd></dl> | 
 | 150 |  | 
 | 151 | <dl><dt><a name="Http-add_certificate"><strong>add_certificate</strong></a>(self, key, cert, domain)</dt><dd><tt>Add a key and cert that will be used<br> | 
 | 152 | any time a request requires authentication.</tt></dd></dl> | 
 | 153 |  | 
 | 154 | <dl><dt><a name="Http-add_credentials"><strong>add_credentials</strong></a>(self, name, password, domain<font color="#909090">=''</font>)</dt><dd><tt>Add a name and password that will be used<br> | 
 | 155 | any time a request requires authentication.</tt></dd></dl> | 
 | 156 |  | 
 | 157 | <dl><dt><a name="Http-clear_credentials"><strong>clear_credentials</strong></a>(self)</dt><dd><tt>Remove all the names and passwords<br> | 
 | 158 | that are used for authentication</tt></dd></dl> | 
 | 159 |  | 
 | 160 | <dl><dt><a name="Http-request"><strong>request</strong></a>(self, uri, method<font color="#909090">='GET'</font>, body<font color="#909090">=None</font>, headers<font color="#909090">=None</font>, redirections<font color="#909090">=5</font>, connection_type<font color="#909090">=None</font>)</dt><dd><tt>Performs a single HTTP request.<br> | 
 | 161 | The 'uri' is the URI of the HTTP resource and can begin<br> | 
 | 162 | with either 'http' or 'https'. The value of 'uri' must be an absolute URI.<br> | 
 | 163 |  <br> | 
 | 164 | The 'method' is the HTTP method to perform, such as GET, POST, DELETE, etc.<br> | 
 | 165 | There is no restriction on the methods allowed.<br> | 
 | 166 |  <br> | 
 | 167 | The 'body' is the entity body to be sent with the request. It is a string<br> | 
 | 168 | <a href="__builtin__.html#object">object</a>.<br> | 
 | 169 |  <br> | 
 | 170 | Any extra headers that are to be sent with the request should be provided in the<br> | 
 | 171 | 'headers' dictionary.<br> | 
 | 172 |  <br> | 
 | 173 | The maximum number of redirect to follow before raising an<br> | 
 | 174 | exception is 'redirections. The default is 5.<br> | 
 | 175 |  <br> | 
 | 176 | The return value is a tuple of (response, content), the first<br> | 
 | 177 | being and instance of the '<a href="#Response">Response</a>' class, the second being<br> | 
 | 178 | a string that contains the response entity body.</tt></dd></dl> | 
 | 179 |  | 
 | 180 | <hr> | 
 | 181 | Data descriptors defined here:<br> | 
 | 182 | <dl><dt><strong>__dict__</strong></dt> | 
 | 183 | <dd><tt>dictionary for instance variables (if defined)</tt></dd> | 
 | 184 | </dl> | 
 | 185 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 186 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 187 | </dl> | 
 | 188 | </td></tr></table> <p> | 
 | 189 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 190 | <tr bgcolor="#ffc8d8"> | 
 | 191 | <td colspan=3 valign=bottom> <br> | 
 | 192 | <font color="#000000" face="helvetica, arial"><a name="HttpLib2Error">class <strong>HttpLib2Error</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> | 
 | 193 |      | 
 | 194 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt>   </tt></td> | 
 | 195 | <td colspan=2><tt># All exceptions raised here derive from <a href="#HttpLib2Error">HttpLib2Error</a><br> </tt></td></tr> | 
 | 196 | <tr><td> </td> | 
 | 197 | <td width="100%"><dl><dt>Method resolution order:</dt> | 
 | 198 | <dd><a href="httplib2.html#HttpLib2Error">HttpLib2Error</a></dd> | 
 | 199 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> | 
 | 200 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> | 
 | 201 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 
 | 202 | </dl> | 
 | 203 | <hr> | 
 | 204 | Data descriptors defined here:<br> | 
 | 205 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 206 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 207 | </dl> | 
 | 208 | <hr> | 
 | 209 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> | 
 | 210 | <dl><dt><a name="HttpLib2Error-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpLib2Error-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</tt></dd></dl> | 
 | 211 |  | 
 | 212 | <hr> | 
 | 213 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> | 
 | 214 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#HttpLib2Error-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> | 
 | 215 |  | 
 | 216 | <hr> | 
 | 217 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 218 | <dl><dt><a name="HttpLib2Error-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpLib2Error-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> | 
 | 219 |  | 
 | 220 | <dl><dt><a name="HttpLib2Error-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpLib2Error-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> | 
 | 221 |  | 
 | 222 | <dl><dt><a name="HttpLib2Error-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpLib2Error-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> | 
 | 223 |  | 
 | 224 | <dl><dt><a name="HttpLib2Error-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpLib2Error-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> | 
 | 225 |  <br> | 
 | 226 | Use of negative indices is not supported.</tt></dd></dl> | 
 | 227 |  | 
 | 228 | <dl><dt><a name="HttpLib2Error-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> | 
 | 229 |  | 
 | 230 | <dl><dt><a name="HttpLib2Error-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpLib2Error-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> | 
 | 231 |  | 
 | 232 | <dl><dt><a name="HttpLib2Error-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpLib2Error-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> | 
 | 233 |  | 
 | 234 | <dl><dt><a name="HttpLib2Error-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> | 
 | 235 |  | 
 | 236 | <dl><dt><a name="HttpLib2Error-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpLib2Error-__str__">__str__</a>() <==> str(x)</tt></dd></dl> | 
 | 237 |  | 
 | 238 | <dl><dt><a name="HttpLib2Error-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> | 
 | 239 |  | 
 | 240 | <hr> | 
 | 241 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 242 | <dl><dt><strong>__dict__</strong></dt> | 
 | 243 | </dl> | 
 | 244 | <dl><dt><strong>args</strong></dt> | 
 | 245 | </dl> | 
 | 246 | <dl><dt><strong>message</strong></dt> | 
 | 247 | </dl> | 
 | 248 | </td></tr></table> <p> | 
 | 249 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 250 | <tr bgcolor="#ffc8d8"> | 
 | 251 | <td colspan=3 valign=bottom> <br> | 
 | 252 | <font color="#000000" face="helvetica, arial"><a name="ProxiesUnavailableError">class <strong>ProxiesUnavailableError</strong></a>(<a href="httplib2.html#HttpLib2Error">HttpLib2Error</a>)</font></td></tr> | 
 | 253 |      | 
 | 254 | <tr><td bgcolor="#ffc8d8"><tt>   </tt></td><td> </td> | 
 | 255 | <td width="100%"><dl><dt>Method resolution order:</dt> | 
 | 256 | <dd><a href="httplib2.html#ProxiesUnavailableError">ProxiesUnavailableError</a></dd> | 
 | 257 | <dd><a href="httplib2.html#HttpLib2Error">HttpLib2Error</a></dd> | 
 | 258 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> | 
 | 259 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> | 
 | 260 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 
 | 261 | </dl> | 
 | 262 | <hr> | 
 | 263 | Data descriptors inherited from <a href="httplib2.html#HttpLib2Error">HttpLib2Error</a>:<br> | 
 | 264 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 265 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 266 | </dl> | 
 | 267 | <hr> | 
 | 268 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> | 
 | 269 | <dl><dt><a name="ProxiesUnavailableError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#ProxiesUnavailableError-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</tt></dd></dl> | 
 | 270 |  | 
 | 271 | <hr> | 
 | 272 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> | 
 | 273 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#ProxiesUnavailableError-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> | 
 | 274 |  | 
 | 275 | <hr> | 
 | 276 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 277 | <dl><dt><a name="ProxiesUnavailableError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#ProxiesUnavailableError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> | 
 | 278 |  | 
 | 279 | <dl><dt><a name="ProxiesUnavailableError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#ProxiesUnavailableError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> | 
 | 280 |  | 
 | 281 | <dl><dt><a name="ProxiesUnavailableError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#ProxiesUnavailableError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> | 
 | 282 |  | 
 | 283 | <dl><dt><a name="ProxiesUnavailableError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#ProxiesUnavailableError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> | 
 | 284 |  <br> | 
 | 285 | Use of negative indices is not supported.</tt></dd></dl> | 
 | 286 |  | 
 | 287 | <dl><dt><a name="ProxiesUnavailableError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> | 
 | 288 |  | 
 | 289 | <dl><dt><a name="ProxiesUnavailableError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#ProxiesUnavailableError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> | 
 | 290 |  | 
 | 291 | <dl><dt><a name="ProxiesUnavailableError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#ProxiesUnavailableError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> | 
 | 292 |  | 
 | 293 | <dl><dt><a name="ProxiesUnavailableError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> | 
 | 294 |  | 
 | 295 | <dl><dt><a name="ProxiesUnavailableError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#ProxiesUnavailableError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> | 
 | 296 |  | 
 | 297 | <dl><dt><a name="ProxiesUnavailableError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> | 
 | 298 |  | 
 | 299 | <hr> | 
 | 300 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 301 | <dl><dt><strong>__dict__</strong></dt> | 
 | 302 | </dl> | 
 | 303 | <dl><dt><strong>args</strong></dt> | 
 | 304 | </dl> | 
 | 305 | <dl><dt><strong>message</strong></dt> | 
 | 306 | </dl> | 
 | 307 | </td></tr></table> <p> | 
 | 308 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 309 | <tr bgcolor="#ffc8d8"> | 
 | 310 | <td colspan=3 valign=bottom> <br> | 
 | 311 | <font color="#000000" face="helvetica, arial"><a name="ProxyInfo">class <strong>ProxyInfo</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> | 
 | 312 |      | 
 | 313 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt>   </tt></td> | 
 | 314 | <td colspan=2><tt>Collect information required to use a proxy.<br> </tt></td></tr> | 
 | 315 | <tr><td> </td> | 
 | 316 | <td width="100%">Methods defined here:<br> | 
 | 317 | <dl><dt><a name="ProxyInfo-__init__"><strong>__init__</strong></a>(self, proxy_type, proxy_host, proxy_port, proxy_rdns<font color="#909090">=None</font>, proxy_user<font color="#909090">=None</font>, proxy_pass<font color="#909090">=None</font>)</dt><dd><tt>The parameter proxy_type must be set to one of socks.PROXY_TYPE_XXX<br> | 
 | 318 |       constants. For example:<br> | 
 | 319 |  <br> | 
 | 320 | p = <a href="#ProxyInfo">ProxyInfo</a>(proxy_type=socks.PROXY_TYPE_HTTP, proxy_host='localhost', proxy_port=8000)</tt></dd></dl> | 
 | 321 |  | 
 | 322 | <dl><dt><a name="ProxyInfo-astuple"><strong>astuple</strong></a>(self)</dt></dl> | 
 | 323 |  | 
 | 324 | <dl><dt><a name="ProxyInfo-isgood"><strong>isgood</strong></a>(self)</dt></dl> | 
 | 325 |  | 
 | 326 | <hr> | 
 | 327 | Data descriptors defined here:<br> | 
 | 328 | <dl><dt><strong>__dict__</strong></dt> | 
 | 329 | <dd><tt>dictionary for instance variables (if defined)</tt></dd> | 
 | 330 | </dl> | 
 | 331 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 332 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 333 | </dl> | 
 | 334 | </td></tr></table> <p> | 
 | 335 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 336 | <tr bgcolor="#ffc8d8"> | 
 | 337 | <td colspan=3 valign=bottom> <br> | 
 | 338 | <font color="#000000" face="helvetica, arial"><a name="RedirectLimit">class <strong>RedirectLimit</strong></a>(<a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>)</font></td></tr> | 
 | 339 |      | 
 | 340 | <tr><td bgcolor="#ffc8d8"><tt>   </tt></td><td> </td> | 
 | 341 | <td width="100%"><dl><dt>Method resolution order:</dt> | 
 | 342 | <dd><a href="httplib2.html#RedirectLimit">RedirectLimit</a></dd> | 
 | 343 | <dd><a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a></dd> | 
 | 344 | <dd><a href="httplib2.html#HttpLib2Error">HttpLib2Error</a></dd> | 
 | 345 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> | 
 | 346 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> | 
 | 347 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 
 | 348 | </dl> | 
 | 349 | <hr> | 
 | 350 | Methods inherited from <a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>:<br> | 
 | 351 | <dl><dt><a name="RedirectLimit-__init__"><strong>__init__</strong></a>(self, desc, response, content)</dt></dl> | 
 | 352 |  | 
 | 353 | <hr> | 
 | 354 | Data descriptors inherited from <a href="httplib2.html#HttpLib2Error">HttpLib2Error</a>:<br> | 
 | 355 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 356 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 357 | </dl> | 
 | 358 | <hr> | 
 | 359 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> | 
 | 360 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#RedirectLimit-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> | 
 | 361 |  | 
 | 362 | <hr> | 
 | 363 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 364 | <dl><dt><a name="RedirectLimit-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectLimit-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> | 
 | 365 |  | 
 | 366 | <dl><dt><a name="RedirectLimit-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectLimit-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> | 
 | 367 |  | 
 | 368 | <dl><dt><a name="RedirectLimit-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectLimit-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> | 
 | 369 |  | 
 | 370 | <dl><dt><a name="RedirectLimit-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectLimit-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> | 
 | 371 |  <br> | 
 | 372 | Use of negative indices is not supported.</tt></dd></dl> | 
 | 373 |  | 
 | 374 | <dl><dt><a name="RedirectLimit-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> | 
 | 375 |  | 
 | 376 | <dl><dt><a name="RedirectLimit-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectLimit-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> | 
 | 377 |  | 
 | 378 | <dl><dt><a name="RedirectLimit-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectLimit-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> | 
 | 379 |  | 
 | 380 | <dl><dt><a name="RedirectLimit-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> | 
 | 381 |  | 
 | 382 | <dl><dt><a name="RedirectLimit-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectLimit-__str__">__str__</a>() <==> str(x)</tt></dd></dl> | 
 | 383 |  | 
 | 384 | <dl><dt><a name="RedirectLimit-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> | 
 | 385 |  | 
 | 386 | <hr> | 
 | 387 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 388 | <dl><dt><strong>__dict__</strong></dt> | 
 | 389 | </dl> | 
 | 390 | <dl><dt><strong>args</strong></dt> | 
 | 391 | </dl> | 
 | 392 | <dl><dt><strong>message</strong></dt> | 
 | 393 | </dl> | 
 | 394 | </td></tr></table> <p> | 
 | 395 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 396 | <tr bgcolor="#ffc8d8"> | 
 | 397 | <td colspan=3 valign=bottom> <br> | 
 | 398 | <font color="#000000" face="helvetica, arial"><a name="RedirectMissingLocation">class <strong>RedirectMissingLocation</strong></a>(<a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>)</font></td></tr> | 
 | 399 |      | 
 | 400 | <tr><td bgcolor="#ffc8d8"><tt>   </tt></td><td> </td> | 
 | 401 | <td width="100%"><dl><dt>Method resolution order:</dt> | 
 | 402 | <dd><a href="httplib2.html#RedirectMissingLocation">RedirectMissingLocation</a></dd> | 
 | 403 | <dd><a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a></dd> | 
 | 404 | <dd><a href="httplib2.html#HttpLib2Error">HttpLib2Error</a></dd> | 
 | 405 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> | 
 | 406 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> | 
 | 407 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 
 | 408 | </dl> | 
 | 409 | <hr> | 
 | 410 | Methods inherited from <a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>:<br> | 
 | 411 | <dl><dt><a name="RedirectMissingLocation-__init__"><strong>__init__</strong></a>(self, desc, response, content)</dt></dl> | 
 | 412 |  | 
 | 413 | <hr> | 
 | 414 | Data descriptors inherited from <a href="httplib2.html#HttpLib2Error">HttpLib2Error</a>:<br> | 
 | 415 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 416 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 417 | </dl> | 
 | 418 | <hr> | 
 | 419 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> | 
 | 420 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#RedirectMissingLocation-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> | 
 | 421 |  | 
 | 422 | <hr> | 
 | 423 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 424 | <dl><dt><a name="RedirectMissingLocation-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectMissingLocation-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> | 
 | 425 |  | 
 | 426 | <dl><dt><a name="RedirectMissingLocation-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectMissingLocation-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> | 
 | 427 |  | 
 | 428 | <dl><dt><a name="RedirectMissingLocation-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectMissingLocation-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> | 
 | 429 |  | 
 | 430 | <dl><dt><a name="RedirectMissingLocation-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectMissingLocation-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> | 
 | 431 |  <br> | 
 | 432 | Use of negative indices is not supported.</tt></dd></dl> | 
 | 433 |  | 
 | 434 | <dl><dt><a name="RedirectMissingLocation-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> | 
 | 435 |  | 
 | 436 | <dl><dt><a name="RedirectMissingLocation-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectMissingLocation-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> | 
 | 437 |  | 
 | 438 | <dl><dt><a name="RedirectMissingLocation-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectMissingLocation-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> | 
 | 439 |  | 
 | 440 | <dl><dt><a name="RedirectMissingLocation-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> | 
 | 441 |  | 
 | 442 | <dl><dt><a name="RedirectMissingLocation-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#RedirectMissingLocation-__str__">__str__</a>() <==> str(x)</tt></dd></dl> | 
 | 443 |  | 
 | 444 | <dl><dt><a name="RedirectMissingLocation-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> | 
 | 445 |  | 
 | 446 | <hr> | 
 | 447 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 448 | <dl><dt><strong>__dict__</strong></dt> | 
 | 449 | </dl> | 
 | 450 | <dl><dt><strong>args</strong></dt> | 
 | 451 | </dl> | 
 | 452 | <dl><dt><strong>message</strong></dt> | 
 | 453 | </dl> | 
 | 454 | </td></tr></table> <p> | 
 | 455 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 456 | <tr bgcolor="#ffc8d8"> | 
 | 457 | <td colspan=3 valign=bottom> <br> | 
 | 458 | <font color="#000000" face="helvetica, arial"><a name="Response">class <strong>Response</strong></a>(<a href="__builtin__.html#dict">__builtin__.dict</a>)</font></td></tr> | 
 | 459 |      | 
 | 460 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt>   </tt></td> | 
 | 461 | <td colspan=2><tt>An <a href="__builtin__.html#object">object</a> more like email.Message than httplib.HTTPResponse.<br> </tt></td></tr> | 
 | 462 | <tr><td> </td> | 
 | 463 | <td width="100%"><dl><dt>Method resolution order:</dt> | 
 | 464 | <dd><a href="httplib2.html#Response">Response</a></dd> | 
 | 465 | <dd><a href="__builtin__.html#dict">__builtin__.dict</a></dd> | 
 | 466 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 
 | 467 | </dl> | 
 | 468 | <hr> | 
 | 469 | Methods defined here:<br> | 
 | 470 | <dl><dt><a name="Response-__getattr__"><strong>__getattr__</strong></a>(self, name)</dt></dl> | 
 | 471 |  | 
 | 472 | <dl><dt><a name="Response-__init__"><strong>__init__</strong></a>(self, info)</dt></dl> | 
 | 473 |  | 
 | 474 | <hr> | 
 | 475 | Data descriptors defined here:<br> | 
 | 476 | <dl><dt><strong>__dict__</strong></dt> | 
 | 477 | <dd><tt>dictionary for instance variables (if defined)</tt></dd> | 
 | 478 | </dl> | 
 | 479 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 480 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 481 | </dl> | 
 | 482 | <hr> | 
 | 483 | Data and other attributes defined here:<br> | 
 | 484 | <dl><dt><strong>fromcache</strong> = False</dl> | 
 | 485 |  | 
 | 486 | <dl><dt><strong>previous</strong> = None</dl> | 
 | 487 |  | 
 | 488 | <dl><dt><strong>reason</strong> = 'Ok'</dl> | 
 | 489 |  | 
 | 490 | <dl><dt><strong>status</strong> = 200</dl> | 
 | 491 |  | 
 | 492 | <dl><dt><strong>version</strong> = 11</dl> | 
 | 493 |  | 
 | 494 | <hr> | 
 | 495 | Methods inherited from <a href="__builtin__.html#dict">__builtin__.dict</a>:<br> | 
 | 496 | <dl><dt><a name="Response-__cmp__"><strong>__cmp__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__cmp__">__cmp__</a>(y) <==> cmp(x,y)</tt></dd></dl> | 
 | 497 |  | 
 | 498 | <dl><dt><a name="Response-__contains__"><strong>__contains__</strong></a>(...)</dt><dd><tt>D.<a href="#Response-__contains__">__contains__</a>(k) -> True if D has a key k, else False</tt></dd></dl> | 
 | 499 |  | 
 | 500 | <dl><dt><a name="Response-__delitem__"><strong>__delitem__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__delitem__">__delitem__</a>(y) <==> del x[y]</tt></dd></dl> | 
 | 501 |  | 
 | 502 | <dl><dt><a name="Response-__eq__"><strong>__eq__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__eq__">__eq__</a>(y) <==> x==y</tt></dd></dl> | 
 | 503 |  | 
 | 504 | <dl><dt><a name="Response-__ge__"><strong>__ge__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__ge__">__ge__</a>(y) <==> x>=y</tt></dd></dl> | 
 | 505 |  | 
 | 506 | <dl><dt><a name="Response-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> | 
 | 507 |  | 
 | 508 | <dl><dt><a name="Response-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> | 
 | 509 |  | 
 | 510 | <dl><dt><a name="Response-__gt__"><strong>__gt__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__gt__">__gt__</a>(y) <==> x>y</tt></dd></dl> | 
 | 511 |  | 
 | 512 | <dl><dt><a name="Response-__iter__"><strong>__iter__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__iter__">__iter__</a>() <==> iter(x)</tt></dd></dl> | 
 | 513 |  | 
 | 514 | <dl><dt><a name="Response-__le__"><strong>__le__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__le__">__le__</a>(y) <==> x<=y</tt></dd></dl> | 
 | 515 |  | 
 | 516 | <dl><dt><a name="Response-__len__"><strong>__len__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__len__">__len__</a>() <==> len(x)</tt></dd></dl> | 
 | 517 |  | 
 | 518 | <dl><dt><a name="Response-__lt__"><strong>__lt__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__lt__">__lt__</a>(y) <==> x<y</tt></dd></dl> | 
 | 519 |  | 
 | 520 | <dl><dt><a name="Response-__ne__"><strong>__ne__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__ne__">__ne__</a>(y) <==> x!=y</tt></dd></dl> | 
 | 521 |  | 
 | 522 | <dl><dt><a name="Response-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> | 
 | 523 |  | 
 | 524 | <dl><dt><a name="Response-__setitem__"><strong>__setitem__</strong></a>(...)</dt><dd><tt>x.<a href="#Response-__setitem__">__setitem__</a>(i, y) <==> x[i]=y</tt></dd></dl> | 
 | 525 |  | 
 | 526 | <dl><dt><a name="Response-__sizeof__"><strong>__sizeof__</strong></a>(...)</dt><dd><tt>D.<a href="#Response-__sizeof__">__sizeof__</a>() -> size of D in memory, in bytes</tt></dd></dl> | 
 | 527 |  | 
 | 528 | <dl><dt><a name="Response-clear"><strong>clear</strong></a>(...)</dt><dd><tt>D.<a href="#Response-clear">clear</a>() -> None.  Remove all items from D.</tt></dd></dl> | 
 | 529 |  | 
 | 530 | <dl><dt><a name="Response-copy"><strong>copy</strong></a>(...)</dt><dd><tt>D.<a href="#Response-copy">copy</a>() -> a shallow copy of D</tt></dd></dl> | 
 | 531 |  | 
 | 532 | <dl><dt><a name="Response-get"><strong>get</strong></a>(...)</dt><dd><tt>D.<a href="#Response-get">get</a>(k[,d]) -> D[k] if k in D, else d.  d defaults to None.</tt></dd></dl> | 
 | 533 |  | 
 | 534 | <dl><dt><a name="Response-has_key"><strong>has_key</strong></a>(...)</dt><dd><tt>D.<a href="#Response-has_key">has_key</a>(k) -> True if D has a key k, else False</tt></dd></dl> | 
 | 535 |  | 
 | 536 | <dl><dt><a name="Response-items"><strong>items</strong></a>(...)</dt><dd><tt>D.<a href="#Response-items">items</a>() -> list of D's (key, value) pairs, as 2-tuples</tt></dd></dl> | 
 | 537 |  | 
 | 538 | <dl><dt><a name="Response-iteritems"><strong>iteritems</strong></a>(...)</dt><dd><tt>D.<a href="#Response-iteritems">iteritems</a>() -> an iterator over the (key, value) items of D</tt></dd></dl> | 
 | 539 |  | 
 | 540 | <dl><dt><a name="Response-iterkeys"><strong>iterkeys</strong></a>(...)</dt><dd><tt>D.<a href="#Response-iterkeys">iterkeys</a>() -> an iterator over the keys of D</tt></dd></dl> | 
 | 541 |  | 
 | 542 | <dl><dt><a name="Response-itervalues"><strong>itervalues</strong></a>(...)</dt><dd><tt>D.<a href="#Response-itervalues">itervalues</a>() -> an iterator over the values of D</tt></dd></dl> | 
 | 543 |  | 
 | 544 | <dl><dt><a name="Response-keys"><strong>keys</strong></a>(...)</dt><dd><tt>D.<a href="#Response-keys">keys</a>() -> list of D's keys</tt></dd></dl> | 
 | 545 |  | 
 | 546 | <dl><dt><a name="Response-pop"><strong>pop</strong></a>(...)</dt><dd><tt>D.<a href="#Response-pop">pop</a>(k[,d]) -> v, remove specified key and return the corresponding value.<br> | 
 | 547 | If key is not found, d is returned if given, otherwise KeyError is raised</tt></dd></dl> | 
 | 548 |  | 
 | 549 | <dl><dt><a name="Response-popitem"><strong>popitem</strong></a>(...)</dt><dd><tt>D.<a href="#Response-popitem">popitem</a>() -> (k, v), remove and return some (key, value) pair as a<br> | 
 | 550 | 2-tuple; but raise KeyError if D is empty.</tt></dd></dl> | 
 | 551 |  | 
 | 552 | <dl><dt><a name="Response-setdefault"><strong>setdefault</strong></a>(...)</dt><dd><tt>D.<a href="#Response-setdefault">setdefault</a>(k[,d]) -> D.<a href="#Response-get">get</a>(k,d), also set D[k]=d if k not in D</tt></dd></dl> | 
 | 553 |  | 
 | 554 | <dl><dt><a name="Response-update"><strong>update</strong></a>(...)</dt><dd><tt>D.<a href="#Response-update">update</a>(E, **F) -> None.  Update D from <a href="__builtin__.html#dict">dict</a>/iterable E and F.<br> | 
 | 555 | If E has a .<a href="#Response-keys">keys</a>() method, does:     for k in E: D[k] = E[k]<br> | 
 | 556 | If E lacks .<a href="#Response-keys">keys</a>() method, does:     for (k, v) in E: D[k] = v<br> | 
 | 557 | In either case, this is followed by: for k in F: D[k] = F[k]</tt></dd></dl> | 
 | 558 |  | 
 | 559 | <dl><dt><a name="Response-values"><strong>values</strong></a>(...)</dt><dd><tt>D.<a href="#Response-values">values</a>() -> list of D's values</tt></dd></dl> | 
 | 560 |  | 
 | 561 | <hr> | 
 | 562 | Data and other attributes inherited from <a href="__builtin__.html#dict">__builtin__.dict</a>:<br> | 
 | 563 | <dl><dt><strong>__hash__</strong> = None</dl> | 
 | 564 |  | 
 | 565 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#Response-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> | 
 | 566 |  | 
 | 567 | <dl><dt><strong>fromkeys</strong> = <built-in method fromkeys of type object><dd><tt><a href="__builtin__.html#dict">dict</a>.<a href="#Response-fromkeys">fromkeys</a>(S[,v]) -> New <a href="__builtin__.html#dict">dict</a> with keys from S and values equal to v.<br> | 
 | 568 | v defaults to None.</tt></dl> | 
 | 569 |  | 
 | 570 | </td></tr></table> <p> | 
 | 571 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 572 | <tr bgcolor="#ffc8d8"> | 
 | 573 | <td colspan=3 valign=bottom> <br> | 
 | 574 | <font color="#000000" face="helvetica, arial"><a name="UnimplementedDigestAuthOptionError">class <strong>UnimplementedDigestAuthOptionError</strong></a>(<a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>)</font></td></tr> | 
 | 575 |      | 
 | 576 | <tr><td bgcolor="#ffc8d8"><tt>   </tt></td><td> </td> | 
 | 577 | <td width="100%"><dl><dt>Method resolution order:</dt> | 
 | 578 | <dd><a href="httplib2.html#UnimplementedDigestAuthOptionError">UnimplementedDigestAuthOptionError</a></dd> | 
 | 579 | <dd><a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a></dd> | 
 | 580 | <dd><a href="httplib2.html#HttpLib2Error">HttpLib2Error</a></dd> | 
 | 581 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> | 
 | 582 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> | 
 | 583 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 
 | 584 | </dl> | 
 | 585 | <hr> | 
 | 586 | Methods inherited from <a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>:<br> | 
 | 587 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__init__"><strong>__init__</strong></a>(self, desc, response, content)</dt></dl> | 
 | 588 |  | 
 | 589 | <hr> | 
 | 590 | Data descriptors inherited from <a href="httplib2.html#HttpLib2Error">HttpLib2Error</a>:<br> | 
 | 591 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 592 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 593 | </dl> | 
 | 594 | <hr> | 
 | 595 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> | 
 | 596 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#UnimplementedDigestAuthOptionError-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> | 
 | 597 |  | 
 | 598 | <hr> | 
 | 599 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 600 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedDigestAuthOptionError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> | 
 | 601 |  | 
 | 602 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedDigestAuthOptionError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> | 
 | 603 |  | 
 | 604 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedDigestAuthOptionError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> | 
 | 605 |  | 
 | 606 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedDigestAuthOptionError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> | 
 | 607 |  <br> | 
 | 608 | Use of negative indices is not supported.</tt></dd></dl> | 
 | 609 |  | 
 | 610 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> | 
 | 611 |  | 
 | 612 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedDigestAuthOptionError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> | 
 | 613 |  | 
 | 614 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedDigestAuthOptionError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> | 
 | 615 |  | 
 | 616 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> | 
 | 617 |  | 
 | 618 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedDigestAuthOptionError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> | 
 | 619 |  | 
 | 620 | <dl><dt><a name="UnimplementedDigestAuthOptionError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> | 
 | 621 |  | 
 | 622 | <hr> | 
 | 623 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 624 | <dl><dt><strong>__dict__</strong></dt> | 
 | 625 | </dl> | 
 | 626 | <dl><dt><strong>args</strong></dt> | 
 | 627 | </dl> | 
 | 628 | <dl><dt><strong>message</strong></dt> | 
 | 629 | </dl> | 
 | 630 | </td></tr></table> <p> | 
 | 631 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 632 | <tr bgcolor="#ffc8d8"> | 
 | 633 | <td colspan=3 valign=bottom> <br> | 
 | 634 | <font color="#000000" face="helvetica, arial"><a name="UnimplementedHmacDigestAuthOptionError">class <strong>UnimplementedHmacDigestAuthOptionError</strong></a>(<a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>)</font></td></tr> | 
 | 635 |      | 
 | 636 | <tr><td bgcolor="#ffc8d8"><tt>   </tt></td><td> </td> | 
 | 637 | <td width="100%"><dl><dt>Method resolution order:</dt> | 
 | 638 | <dd><a href="httplib2.html#UnimplementedHmacDigestAuthOptionError">UnimplementedHmacDigestAuthOptionError</a></dd> | 
 | 639 | <dd><a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a></dd> | 
 | 640 | <dd><a href="httplib2.html#HttpLib2Error">HttpLib2Error</a></dd> | 
 | 641 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> | 
 | 642 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> | 
 | 643 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 
 | 644 | </dl> | 
 | 645 | <hr> | 
 | 646 | Methods inherited from <a href="httplib2.html#HttpLib2ErrorWithResponse">HttpLib2ErrorWithResponse</a>:<br> | 
 | 647 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__init__"><strong>__init__</strong></a>(self, desc, response, content)</dt></dl> | 
 | 648 |  | 
 | 649 | <hr> | 
 | 650 | Data descriptors inherited from <a href="httplib2.html#HttpLib2Error">HttpLib2Error</a>:<br> | 
 | 651 | <dl><dt><strong>__weakref__</strong></dt> | 
 | 652 | <dd><tt>list of weak references to the object (if defined)</tt></dd> | 
 | 653 | </dl> | 
 | 654 | <hr> | 
 | 655 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> | 
 | 656 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#UnimplementedHmacDigestAuthOptionError-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> | 
 | 657 |  | 
 | 658 | <hr> | 
 | 659 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 660 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedHmacDigestAuthOptionError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> | 
 | 661 |  | 
 | 662 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedHmacDigestAuthOptionError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> | 
 | 663 |  | 
 | 664 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedHmacDigestAuthOptionError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> | 
 | 665 |  | 
 | 666 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedHmacDigestAuthOptionError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> | 
 | 667 |  <br> | 
 | 668 | Use of negative indices is not supported.</tt></dd></dl> | 
 | 669 |  | 
 | 670 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> | 
 | 671 |  | 
 | 672 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedHmacDigestAuthOptionError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> | 
 | 673 |  | 
 | 674 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedHmacDigestAuthOptionError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> | 
 | 675 |  | 
 | 676 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> | 
 | 677 |  | 
 | 678 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnimplementedHmacDigestAuthOptionError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> | 
 | 679 |  | 
 | 680 | <dl><dt><a name="UnimplementedHmacDigestAuthOptionError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> | 
 | 681 |  | 
 | 682 | <hr> | 
 | 683 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> | 
 | 684 | <dl><dt><strong>__dict__</strong></dt> | 
 | 685 | </dl> | 
 | 686 | <dl><dt><strong>args</strong></dt> | 
 | 687 | </dl> | 
 | 688 | <dl><dt><strong>message</strong></dt> | 
 | 689 | </dl> | 
 | 690 | </td></tr></table></td></tr></table><p> | 
 | 691 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 692 | <tr bgcolor="#55aa55"> | 
 | 693 | <td colspan=3 valign=bottom> <br> | 
 | 694 | <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> | 
 | 695 |      | 
 | 696 | <tr><td bgcolor="#55aa55"><tt>      </tt></td><td> </td> | 
 | 697 | <td width="100%"><strong>__all__</strong> = ['Http', 'Response', 'ProxyInfo', 'HttpLib2Error', 'RedirectMissingLocation', 'RedirectLimit', 'FailedToDecompressContent', 'UnimplementedDigestAuthOptionError', 'UnimplementedHmacDigestAuthOptionError', 'debuglevel', 'ProxiesUnavailableError']<br> | 
 | 698 | <strong>__author__</strong> = 'Joe Gregorio (joe@bitworking.org)'<br> | 
 | 699 | <strong>__contributors__</strong> = ['Thomas Broyer (t.broyer@ltgt.net)', 'James Antill', 'Xavier Verges Farrero', 'Jonathan Feinberg', 'Blair Zajac', 'Sam Ruby', 'Louis Nyffenegger']<br> | 
 | 700 | <strong>__copyright__</strong> = 'Copyright 2006, Joe Gregorio'<br> | 
 | 701 | <strong>__license__</strong> = 'MIT'<br> | 
 | 702 | <strong>__version__</strong> = '$Rev$'<br> | 
 | 703 | <strong>debuglevel</strong> = 0</td></tr></table><p> | 
 | 704 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
 | 705 | <tr bgcolor="#7799ee"> | 
 | 706 | <td colspan=3 valign=bottom> <br> | 
 | 707 | <font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr> | 
 | 708 |      | 
 | 709 | <tr><td bgcolor="#7799ee"><tt>      </tt></td><td> </td> | 
 | 710 | <td width="100%">Joe Gregorio (joe@bitworking.org)</td></tr></table> | 
 | 711 | </body></html> |