| index | https://docs.python.org/3.2/genindex.html |
| modules | https://docs.python.org/3.2/py-modindex.html |
| next | https://docs.python.org/3.2/library/ftplib.html |
| previous | https://docs.python.org/3.2/library/urllib.robotparser.html |
| Python | http://www.python.org/ |
| 3.2.6 Documentation | https://docs.python.org/3.2/index.html |
| The Python Standard Library | https://docs.python.org/3.2/library/index.html |
| 20. Internet Protocols and Support | https://docs.python.org/3.2/library/internet.html |
| http.client | https://docs.python.org/3.2/library/http.client.html#module-http.client |
| ¶ | https://docs.python.org/3.2/library/http.client.html#module-http.client |
| Lib/http/client.py | http://hg.python.org/cpython/file/3.2/Lib/http/client.py |
| urllib.request | https://docs.python.org/3.2/library/urllib.request.html#module-urllib.request |
| ssl | https://docs.python.org/3.2/library/ssl.html#module-ssl |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection |
| HTTPConnection | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPSConnection |
| HTTPConnection | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection |
| ssl.SSLContext | https://docs.python.org/3.2/library/ssl.html#ssl.SSLContext |
| verify_mode | https://docs.python.org/3.2/library/ssl.html#ssl.SSLContext.verify_mode |
| CERT_OPTIONAL | https://docs.python.org/3.2/library/ssl.html#ssl.CERT_OPTIONAL |
| CERT_REQUIRED | https://docs.python.org/3.2/library/ssl.html#ssl.CERT_REQUIRED |
| ssl.SSLContext.load_cert_chain() | https://docs.python.org/3.2/library/ssl.html#ssl.SSLContext.load_cert_chain |
| ssl.HAS_SNI | https://docs.python.org/3.2/library/ssl.html#ssl.HAS_SNI |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPException |
| Exception | https://docs.python.org/3.2/library/exceptions.html#Exception |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.NotConnected |
| HTTPException | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPException |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.InvalidURL |
| HTTPException | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPException |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.UnknownProtocol |
| HTTPException | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPException |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.UnknownTransferEncoding |
| HTTPException | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPException |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.UnimplementedFileMode |
| HTTPException | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPException |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.IncompleteRead |
| HTTPException | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPException |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.ImproperConnectionState |
| HTTPException | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPException |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.CannotSendRequest |
| ImproperConnectionState | https://docs.python.org/3.2/library/http.client.html#http.client.ImproperConnectionState |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.CannotSendHeader |
| ImproperConnectionState | https://docs.python.org/3.2/library/http.client.html#http.client.ImproperConnectionState |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.ResponseNotReady |
| ImproperConnectionState | https://docs.python.org/3.2/library/http.client.html#http.client.ImproperConnectionState |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.BadStatusLine |
| HTTPException | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPException |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTP_PORT |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPS_PORT |
| RFC 2616, Section
10.1.1 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.1 |
| RFC 2616, Section
10.1.2 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.2 |
| RFC 2518, Section 10.1 | http://www.webdav.org/specs/rfc2518.html#STATUS_102 |
| RFC 2616, Section
10.2.1 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1 |
| RFC 2616, Section
10.2.2 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2 |
| RFC 2616, Section
10.2.3 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3 |
| RFC 2616, Section
10.2.4 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.4 |
| RFC 2616, Section
10.2.5 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5 |
| RFC 2616, Section
10.2.6 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.6 |
| RFC 2616, Section
10.2.7 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.7 |
| RFC 2518, Section 10.2 | http://www.webdav.org/specs/rfc2518.html#STATUS_207 |
| RFC 3229 | http://tools.ietf.org/html/rfc3229.html |
| RFC 2616, Section
10.3.1 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.1 |
| RFC 2616, Section
10.3.2 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2 |
| RFC 2616, Section
10.3.3 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.3 |
| RFC 2616, Section
10.3.4 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.4 |
| RFC 2616, Section
10.3.5 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5 |
| RFC 2616, Section
10.3.6 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.6 |
| RFC 2616, Section
10.3.8 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.8 |
| RFC 2616, Section
10.4.1 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1 |
| RFC 2616, Section
10.4.2 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2 |
| RFC 2616, Section
10.4.3 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.3 |
| RFC 2616, Section
10.4.4 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4 |
| RFC 2616, Section
10.4.5 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5 |
| RFC 2616, Section
10.4.6 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6 |
| RFC 2616, Section
10.4.7 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7 |
| RFC 2616, Section
10.4.8 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.8 |
| RFC 2616, Section
10.4.9 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.9 |
| RFC 2616, Section
10.4.10 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.10 |
| RFC 2616, Section
10.4.11 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11 |
| RFC 2616, Section
10.4.12 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.12 |
| RFC 2616, Section
10.4.13 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.13 |
| RFC 2616, Section
10.4.14 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.14 |
| RFC 2616, Section
10.4.15 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.15 |
| RFC 2616, Section
10.4.16 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16 |
| RFC 2616, Section
10.4.17 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.17 |
| RFC 2616, Section
10.4.18 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.18 |
| RFC 2518, Section 10.3 | http://www.webdav.org/specs/rfc2518.html#STATUS_422 |
| RFC 2518, Section 10.4 | http://www.webdav.org/specs/rfc2518.html#STATUS_423 |
| RFC 2518, Section 10.5 | http://www.webdav.org/specs/rfc2518.html#STATUS_424 |
| RFC 2817 | http://tools.ietf.org/html/rfc2817.html |
| RFC 2616, Section
10.5.1 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1 |
| RFC 2616, Section
10.5.2 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.2 |
| RFC 2616, Section
10.5.3 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.3 |
| RFC 2616, Section
10.5.4 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4 |
| RFC 2616, Section
10.5.5 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.5 |
| RFC 2616, Section
10.5.6 | http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.6 |
| RFC 2518, Section 10.6 | http://www.webdav.org/specs/rfc2518.html#STATUS_507 |
| RFC 2774 | http://tools.ietf.org/html/rfc2774.html |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.responses |
| ¶ | https://docs.python.org/3.2/library/http.client.html#httpconnection-objects |
| HTTPConnection | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.request |
| file object | https://docs.python.org/3.2/glossary.html#term-file-object |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.getresponse |
| HTTPResponse | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.set_debuglevel |
| HTTPResponse | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.set_tunnel |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.connect |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.close |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.putrequest |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.putheader |
| RFC 822 | http://tools.ietf.org/html/rfc822.html |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.endheaders |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.send |
| endheaders() | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.endheaders |
| getresponse() | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.getresponse |
| ¶ | https://docs.python.org/3.2/library/http.client.html#httpresponse-objects |
| HTTPResponse | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.read |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.getheader |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.getheaders |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.fileno |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.msg |
| email.message.Message | https://docs.python.org/3.2/library/email.message.html#email.message.Message |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.version |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.status |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.reason |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.debuglevel |
| debuglevel | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.debuglevel |
| ¶ | https://docs.python.org/3.2/library/http.client.html#http.client.HTTPResponse.closed |
| ¶ | https://docs.python.org/3.2/library/http.client.html#examples |
| ¶ | https://docs.python.org/3.2/library/http.client.html#httpmessage-objects |
| email.message.Message | https://docs.python.org/3.2/library/email.message.html#email.message.Message |
| Table Of Contents | https://docs.python.org/3.2/contents.html |
| 20.10. http.client — HTTP protocol client | https://docs.python.org/3.2/library/http.client.html |
| 20.10.1. HTTPConnection Objects | https://docs.python.org/3.2/library/http.client.html#httpconnection-objects |
| 20.10.2. HTTPResponse Objects | https://docs.python.org/3.2/library/http.client.html#httpresponse-objects |
| 20.10.3. Examples | https://docs.python.org/3.2/library/http.client.html#examples |
| 20.10.4. HTTPMessage Objects | https://docs.python.org/3.2/library/http.client.html#httpmessage-objects |
| 20.9. urllib.robotparser — Parser for robots.txt | https://docs.python.org/3.2/library/urllib.robotparser.html |
| 20.11. ftplib — FTP protocol client | https://docs.python.org/3.2/library/ftplib.html |
| Report a Bug | https://docs.python.org/3.2/bugs.html |
| Show Source | https://docs.python.org/3.2/_sources/library/http.client.txt |
| index | https://docs.python.org/3.2/genindex.html |
| modules | https://docs.python.org/3.2/py-modindex.html |
| next | https://docs.python.org/3.2/library/ftplib.html |
| previous | https://docs.python.org/3.2/library/urllib.robotparser.html |
| Python | http://www.python.org/ |
| 3.2.6 Documentation | https://docs.python.org/3.2/index.html |
| The Python Standard Library | https://docs.python.org/3.2/library/index.html |
| 20. Internet Protocols and Support | https://docs.python.org/3.2/library/internet.html |
| Copyright | https://docs.python.org/3.2/copyright.html |
| Please donate. | http://www.python.org/psf/donations/ |
| Found a bug | https://docs.python.org/3.2/bugs.html |
| Sphinx | http://sphinx.pocoo.org/ |