René's URL Explorer Experiment


Title: http.client --- HTTP 協定用戶端 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
http.client --- HTTP 協定用戶端https://python.github.io/python-docs-zh-tw/library/http.client.html
HTTPConnection 物件https://python.github.io/python-docs-zh-tw/library/http.client.html#httpconnection-objects
HTTPResponse 物件https://python.github.io/python-docs-zh-tw/library/http.client.html#httpresponse-objects
範例https://python.github.io/python-docs-zh-tw/library/http.client.html#examples
HTTPMessage 物件https://python.github.io/python-docs-zh-tw/library/http.client.html#httpmessage-objects
http --- HTTP 模組https://python.github.io/python-docs-zh-tw/library/http.html
ftplib --- FTP 協定用戶端https://python.github.io/python-docs-zh-tw/library/ftplib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/http.client.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/ftplib.html
上一頁https://python.github.io/python-docs-zh-tw/library/http.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網路協定 (Internet protocols) 及支援https://python.github.io/python-docs-zh-tw/library/internet.html
http.client --- HTTP 協定用戶端https://python.github.io/python-docs-zh-tw/library/http.client.html
https://python.github.io/python-docs-zh-tw/library/http.client.html#module-http.client
Lib/http/client.pyhttps://github.com/python/cpython/tree/3.14/Lib/http/client.py
urllib.requesthttps://python.github.io/python-docs-zh-tw/library/urllib.request.html#module-urllib.request
Requests packagehttps://requests.readthedocs.io/en/latest/
sslhttps://python.github.io/python-docs-zh-tw/library/ssl.html#module-ssl
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
WebAssembly 平台https://python.github.io/python-docs-zh-tw/library/intro.html#wasm-availability
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection
HTTPConnectionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPSConnection
HTTPConnectionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection
ssl.SSLContexthttps://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLContext
Security considerationshttps://python.github.io/python-docs-zh-tw/library/ssl.html#ssl-security
ssl.HAS_SNIhttps://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.HAS_SNI
ssl.SSLContext.post_handshake_authhttps://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLContext.post_handshake_auth
set_alpn_protocols()https://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLContext.set_alpn_protocols
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.parse_headers
BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
RFC 5322https://datatracker.ietf.org/doc/html/rfc5322.html
http.client.HTTPMessagehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPMessage
HTTPResponse.msghttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.msg
http.server.BaseHTTPRequestHandler.headershttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.headers
parse_headers()https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.parse_headers
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.NotConnected
HTTPExceptionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.InvalidURL
HTTPExceptionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.UnknownProtocol
HTTPExceptionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.UnknownTransferEncoding
HTTPExceptionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.UnimplementedFileMode
HTTPExceptionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.IncompleteRead
HTTPExceptionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.ImproperConnectionState
HTTPExceptionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.CannotSendRequest
ImproperConnectionStatehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.ImproperConnectionState
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.CannotSendHeader
ImproperConnectionStatehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.ImproperConnectionState
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.ResponseNotReady
ImproperConnectionStatehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.ImproperConnectionState
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.BadStatusLine
HTTPExceptionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.LineTooLong
HTTPExceptionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPException
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.RemoteDisconnected
ConnectionResetErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionResetError
BadStatusLinehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.BadStatusLine
HTTPConnection.getresponse()https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.getresponse
BadStatusLinehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.BadStatusLine
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTP_PORT
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPS_PORT
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.responses
HTTP 狀態碼https://python.github.io/python-docs-zh-tw/library/http.html#http-status-codes
https://python.github.io/python-docs-zh-tw/library/http.client.html#httpconnection-objects
HTTPConnectionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.request
RFC 2616 §5.1.2https://datatracker.ietf.org/doc/html/rfc2616.html#section-5.1.2
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
io.TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
Host headerhttps://datatracker.ietf.org/doc/html/rfc2616.html#section-14.23
RFC 2616 §5.1.2https://datatracker.ietf.org/doc/html/rfc2616.html#section-5.1.2
filehttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.getresponse
HTTPResponsehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse
ConnectionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionError
HTTPConnectionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.set_debuglevel
HTTPResponsehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.set_tunnel
as per the RFChttps://datatracker.ietf.org/doc/html/rfc7231#section-4.3.6
HTTPSConnectionhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPSConnection
set_tunnel()https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.set_tunnel
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.get_proxy_response_headers
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.connect
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.close
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.blocksize
request()https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.request
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.putrequest
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.putheader
RFC 822https://datatracker.ietf.org/doc/html/rfc822.html
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.endheaders
RFC 7230https://datatracker.ietf.org/doc/html/rfc7230.html
buffer interfacehttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
collections.abc.Iterablehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Iterable
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.send
endheaders()https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.endheaders
getresponse()https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPConnection.getresponse
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/http.client.html#httpresponse-objects
HTTPResponsehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse
io.BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.read
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.readinto
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.getheader
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.getheaders
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.fileno
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.msg
http.client.HTTPMessagehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPMessage
http.client.HTTPMessagehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPMessage
email.message.Messagehttps://python.github.io/python-docs-zh-tw/library/email.compat32-message.html#email.message.Message
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.version
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.url
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.headers
email.message.EmailMessagehttps://python.github.io/python-docs-zh-tw/library/email.message.html#email.message.EmailMessage
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.status
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.reason
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.debuglevel
debuglevelhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.debuglevel
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.closed
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.geturl
urlhttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.url
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.info
headershttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.headers
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.getcode
statushttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.status
https://python.github.io/python-docs-zh-tw/library/http.client.html#examples
urllib.request.Requesthttps://python.github.io/python-docs-zh-tw/library/urllib.request.html#urllib.request.Request
https://python.github.io/python-docs-zh-tw/library/http.client.html#httpmessage-objects
https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPMessage
http.client.HTTPMessagehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPMessage
email.message.Messagehttps://python.github.io/python-docs-zh-tw/library/email.compat32-message.html#email.message.Message
目錄https://python.github.io/python-docs-zh-tw/contents.html
http.client --- HTTP 協定用戶端https://python.github.io/python-docs-zh-tw/library/http.client.html
HTTPConnection 物件https://python.github.io/python-docs-zh-tw/library/http.client.html#httpconnection-objects
HTTPResponse 物件https://python.github.io/python-docs-zh-tw/library/http.client.html#httpresponse-objects
範例https://python.github.io/python-docs-zh-tw/library/http.client.html#examples
HTTPMessage 物件https://python.github.io/python-docs-zh-tw/library/http.client.html#httpmessage-objects
http --- HTTP 模組https://python.github.io/python-docs-zh-tw/library/http.html
ftplib --- FTP 協定用戶端https://python.github.io/python-docs-zh-tw/library/ftplib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/http.client.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/ftplib.html
上一頁https://python.github.io/python-docs-zh-tw/library/http.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網路協定 (Internet protocols) 及支援https://python.github.io/python-docs-zh-tw/library/internet.html
http.client --- HTTP 協定用戶端https://python.github.io/python-docs-zh-tw/library/http.client.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.