René's URL Explorer Experiment


Title: 20.10. http.client — HTTP protocol client — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/ftplib.html
previoushttps://docs.python.org/3.2/library/urllib.robotparser.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
20. Internet Protocols and Supporthttps://docs.python.org/3.2/library/internet.html
http.clienthttps://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.pyhttp://hg.python.org/cpython/file/3.2/Lib/http/client.py
urllib.requesthttps://docs.python.org/3.2/library/urllib.request.html#module-urllib.request
sslhttps://docs.python.org/3.2/library/ssl.html#module-ssl
https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection
HTTPConnectionhttps://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
HTTPConnectionhttps://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection
ssl.SSLContexthttps://docs.python.org/3.2/library/ssl.html#ssl.SSLContext
verify_modehttps://docs.python.org/3.2/library/ssl.html#ssl.SSLContext.verify_mode
CERT_OPTIONALhttps://docs.python.org/3.2/library/ssl.html#ssl.CERT_OPTIONAL
CERT_REQUIREDhttps://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_SNIhttps://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
Exceptionhttps://docs.python.org/3.2/library/exceptions.html#Exception
https://docs.python.org/3.2/library/http.client.html#http.client.NotConnected
HTTPExceptionhttps://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
HTTPExceptionhttps://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
HTTPExceptionhttps://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
HTTPExceptionhttps://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
HTTPExceptionhttps://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
HTTPExceptionhttps://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
HTTPExceptionhttps://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
ImproperConnectionStatehttps://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
ImproperConnectionStatehttps://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
ImproperConnectionStatehttps://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
HTTPExceptionhttps://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.1http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.1
RFC 2616, Section 10.1.2http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.2
RFC 2518, Section 10.1http://www.webdav.org/specs/rfc2518.html#STATUS_102
RFC 2616, Section 10.2.1http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1
RFC 2616, Section 10.2.2http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2
RFC 2616, Section 10.2.3http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3
RFC 2616, Section 10.2.4http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.4
RFC 2616, Section 10.2.5http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5
RFC 2616, Section 10.2.6http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.6
RFC 2616, Section 10.2.7http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.7
RFC 2518, Section 10.2http://www.webdav.org/specs/rfc2518.html#STATUS_207
RFC 3229http://tools.ietf.org/html/rfc3229.html
RFC 2616, Section 10.3.1http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.1
RFC 2616, Section 10.3.2http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2
RFC 2616, Section 10.3.3http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.3
RFC 2616, Section 10.3.4http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.4
RFC 2616, Section 10.3.5http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5
RFC 2616, Section 10.3.6http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.6
RFC 2616, Section 10.3.8http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.8
RFC 2616, Section 10.4.1http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1
RFC 2616, Section 10.4.2http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2
RFC 2616, Section 10.4.3http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.3
RFC 2616, Section 10.4.4http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4
RFC 2616, Section 10.4.5http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5
RFC 2616, Section 10.4.6http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6
RFC 2616, Section 10.4.7http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7
RFC 2616, Section 10.4.8http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.8
RFC 2616, Section 10.4.9http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.9
RFC 2616, Section 10.4.10http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.10
RFC 2616, Section 10.4.11http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11
RFC 2616, Section 10.4.12http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.12
RFC 2616, Section 10.4.13http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.13
RFC 2616, Section 10.4.14http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.14
RFC 2616, Section 10.4.15http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.15
RFC 2616, Section 10.4.16http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16
RFC 2616, Section 10.4.17http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.17
RFC 2616, Section 10.4.18http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.18
RFC 2518, Section 10.3http://www.webdav.org/specs/rfc2518.html#STATUS_422
RFC 2518, Section 10.4http://www.webdav.org/specs/rfc2518.html#STATUS_423
RFC 2518, Section 10.5http://www.webdav.org/specs/rfc2518.html#STATUS_424
RFC 2817http://tools.ietf.org/html/rfc2817.html
RFC 2616, Section 10.5.1http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1
RFC 2616, Section 10.5.2http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.2
RFC 2616, Section 10.5.3http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.3
RFC 2616, Section 10.5.4http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4
RFC 2616, Section 10.5.5http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.5
RFC 2616, Section 10.5.6http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.6
RFC 2518, Section 10.6http://www.webdav.org/specs/rfc2518.html#STATUS_507
RFC 2774http://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
HTTPConnectionhttps://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 objecthttps://docs.python.org/3.2/glossary.html#term-file-object
https://docs.python.org/3.2/library/http.client.html#http.client.HTTPConnection.getresponse
HTTPResponsehttps://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
HTTPResponsehttps://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 822http://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
HTTPResponsehttps://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.Messagehttps://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
debuglevelhttps://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.Messagehttps://docs.python.org/3.2/library/email.message.html#email.message.Message
Table Of Contentshttps://docs.python.org/3.2/contents.html
20.10. http.client — HTTP protocol clienthttps://docs.python.org/3.2/library/http.client.html
20.10.1. HTTPConnection Objectshttps://docs.python.org/3.2/library/http.client.html#httpconnection-objects
20.10.2. HTTPResponse Objectshttps://docs.python.org/3.2/library/http.client.html#httpresponse-objects
20.10.3. Exampleshttps://docs.python.org/3.2/library/http.client.html#examples
20.10.4. HTTPMessage Objectshttps://docs.python.org/3.2/library/http.client.html#httpmessage-objects
20.9. urllib.robotparser — Parser for robots.txthttps://docs.python.org/3.2/library/urllib.robotparser.html
20.11. ftplib — FTP protocol clienthttps://docs.python.org/3.2/library/ftplib.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/library/http.client.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/ftplib.html
previoushttps://docs.python.org/3.2/library/urllib.robotparser.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
20. Internet Protocols and Supporthttps://docs.python.org/3.2/library/internet.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.