René's URL Explorer Experiment


Title: 網路協定 (Internet protocols) 及支援 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
xml.parsers.expat --- 使用 Expat 進行快速 XML 剖析https://python.github.io/python-docs-zh-tw/library/pyexpat.html
webbrowser --- 方便的網頁瀏覽器控制器https://python.github.io/python-docs-zh-tw/library/webbrowser.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/internet.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/webbrowser.html
上一頁https://python.github.io/python-docs-zh-tw/library/pyexpat.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
https://python.github.io/python-docs-zh-tw/library/internet.html#internet-protocols-and-support
sockethttps://python.github.io/python-docs-zh-tw/library/socket.html#module-socket
webbrowser --- 方便的網頁瀏覽器控制器https://python.github.io/python-docs-zh-tw/library/webbrowser.html
命令列介面https://python.github.io/python-docs-zh-tw/library/webbrowser.html#command-line-interface
瀏覽器控制器物件https://python.github.io/python-docs-zh-tw/library/webbrowser.html#browser-controller-objects
wsgiref --- WSGI 工具與參考實作https://python.github.io/python-docs-zh-tw/library/wsgiref.html
wsgiref.util -- WSGI 環境工具https://python.github.io/python-docs-zh-tw/library/wsgiref.html#module-wsgiref.util
wsgiref.headers -- WSGI 回應標頭工具https://python.github.io/python-docs-zh-tw/library/wsgiref.html#module-wsgiref.headers
wsgiref.simple_server -- 一個簡單的 WSGI HTTP 伺服器https://python.github.io/python-docs-zh-tw/library/wsgiref.html#module-wsgiref.simple_server
wsgiref.validate --- WSGI 符合性檢查https://python.github.io/python-docs-zh-tw/library/wsgiref.html#module-wsgiref.validate
wsgiref.handlers -- 伺服器 / 閘道基本類別https://python.github.io/python-docs-zh-tw/library/wsgiref.html#module-wsgiref.handlers
wsgiref.types -- 用於靜態型別檢查的 WSGI 型別https://python.github.io/python-docs-zh-tw/library/wsgiref.html#module-wsgiref.types
範例https://python.github.io/python-docs-zh-tw/library/wsgiref.html#examples
urllib --- URL 處理模組https://python.github.io/python-docs-zh-tw/library/urllib.html
urllib.request --- 用來開啟 URLs 的可擴充函式庫https://python.github.io/python-docs-zh-tw/library/urllib.request.html
Request 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#request-objects
OpenerDirector 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#openerdirector-objects
BaseHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#basehandler-objects
HTTPRedirectHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#httpredirecthandler-objects
HTTPCookieProcessor 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#httpcookieprocessor-objects
ProxyHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#proxyhandler-objects
HTTPPasswordMgr 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#httppasswordmgr-objects
HTTPPasswordMgrWithPriorAuth 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#httppasswordmgrwithpriorauth-objects
AbstractBasicAuthHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#abstractbasicauthhandler-objects
HTTPBasicAuthHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#httpbasicauthhandler-objects
ProxyBasicAuthHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#proxybasicauthhandler-objects
AbstractDigestAuthHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#abstractdigestauthhandler-objects
HTTPDigestAuthHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#httpdigestauthhandler-objects
ProxyDigestAuthHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#proxydigestauthhandler-objects
HTTPHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#httphandler-objects
HTTPSHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#httpshandler-objects
FileHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#filehandler-objects
DataHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#datahandler-objects
FTPHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#ftphandler-objects
CacheFTPHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#cacheftphandler-objects
UnknownHandler 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#unknownhandler-objects
HTTPErrorProcessor 物件https://python.github.io/python-docs-zh-tw/library/urllib.request.html#httperrorprocessor-objects
範例https://python.github.io/python-docs-zh-tw/library/urllib.request.html#examples
遺留介面https://python.github.io/python-docs-zh-tw/library/urllib.request.html#legacy-interface
urllib.request 限制https://python.github.io/python-docs-zh-tw/library/urllib.request.html#urllib-request-restrictions
urllib.response --- Response classes used by urllibhttps://python.github.io/python-docs-zh-tw/library/urllib.request.html#module-urllib.response
urllib.parse --- 將 URL 剖析成元件https://python.github.io/python-docs-zh-tw/library/urllib.parse.html
URL Parsinghttps://python.github.io/python-docs-zh-tw/library/urllib.parse.html#url-parsing
URL parsing securityhttps://python.github.io/python-docs-zh-tw/library/urllib.parse.html#url-parsing-security
Parsing ASCII Encoded Byteshttps://python.github.io/python-docs-zh-tw/library/urllib.parse.html#parsing-ascii-encoded-bytes
Structured Parse Resultshttps://python.github.io/python-docs-zh-tw/library/urllib.parse.html#structured-parse-results
URL Quotinghttps://python.github.io/python-docs-zh-tw/library/urllib.parse.html#url-quoting
urllib.error --- urllib.request 引發的例外類別https://python.github.io/python-docs-zh-tw/library/urllib.error.html
urllib.robotparser --- robots.txt 的剖析器https://python.github.io/python-docs-zh-tw/library/urllib.robotparser.html
http --- HTTP 模組https://python.github.io/python-docs-zh-tw/library/http.html
HTTP 狀態碼https://python.github.io/python-docs-zh-tw/library/http.html#http-status-codes
HTTP 狀態分類https://python.github.io/python-docs-zh-tw/library/http.html#http-status-category
HTTP 方法https://python.github.io/python-docs-zh-tw/library/http.html#http-methods
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
ftplib --- FTP 協定用戶端https://python.github.io/python-docs-zh-tw/library/ftplib.html
參考https://python.github.io/python-docs-zh-tw/library/ftplib.html#reference
FTP 物件https://python.github.io/python-docs-zh-tw/library/ftplib.html#ftp-objects
FTP_TLS 物件https://python.github.io/python-docs-zh-tw/library/ftplib.html#ftp-tls-objects
模組變數https://python.github.io/python-docs-zh-tw/library/ftplib.html#module-variables
poplib --- POP3 協定用戶端https://python.github.io/python-docs-zh-tw/library/poplib.html
POP3 物件https://python.github.io/python-docs-zh-tw/library/poplib.html#pop3-objects
POP3 範例https://python.github.io/python-docs-zh-tw/library/poplib.html#pop3-example
imaplib --- IMAP4 協定用戶端https://python.github.io/python-docs-zh-tw/library/imaplib.html
IMAP4 物件https://python.github.io/python-docs-zh-tw/library/imaplib.html#imap4-objects
IMAP4 範例https://python.github.io/python-docs-zh-tw/library/imaplib.html#imap4-example
smtplib --- SMTP 協定用戶端https://python.github.io/python-docs-zh-tw/library/smtplib.html
SMTP 物件https://python.github.io/python-docs-zh-tw/library/smtplib.html#smtp-objects
SMTP 範例https://python.github.io/python-docs-zh-tw/library/smtplib.html#smtp-example
uuid --- RFC 9562 定義的 UUID 物件https://python.github.io/python-docs-zh-tw/library/uuid.html
命令列的用法https://python.github.io/python-docs-zh-tw/library/uuid.html#command-line-usage
範例https://python.github.io/python-docs-zh-tw/library/uuid.html#example
命令列的範例https://python.github.io/python-docs-zh-tw/library/uuid.html#command-line-example
socketserver --- 用於網路伺服器的框架https://python.github.io/python-docs-zh-tw/library/socketserver.html
Server Creation Noteshttps://python.github.io/python-docs-zh-tw/library/socketserver.html#server-creation-notes
Server Objectshttps://python.github.io/python-docs-zh-tw/library/socketserver.html#server-objects
Request Handler Objectshttps://python.github.io/python-docs-zh-tw/library/socketserver.html#request-handler-objects
範例https://python.github.io/python-docs-zh-tw/library/socketserver.html#examples
socketserver.TCPServer 範例https://python.github.io/python-docs-zh-tw/library/socketserver.html#socketserver-tcpserver-example
socketserver.UDPServer 範例https://python.github.io/python-docs-zh-tw/library/socketserver.html#socketserver-udpserver-example
Asynchronous Mixinshttps://python.github.io/python-docs-zh-tw/library/socketserver.html#asynchronous-mixins
http.server — HTTP 伺服器https://python.github.io/python-docs-zh-tw/library/http.server.html
命令列介面https://python.github.io/python-docs-zh-tw/library/http.server.html#command-line-interface
安全性注意事項https://python.github.io/python-docs-zh-tw/library/http.server.html#security-considerations
http.cookies --- HTTP 狀態管理https://python.github.io/python-docs-zh-tw/library/http.cookies.html
Cookie 物件https://python.github.io/python-docs-zh-tw/library/http.cookies.html#cookie-objects
Morsel 物件https://python.github.io/python-docs-zh-tw/library/http.cookies.html#morsel-objects
範例https://python.github.io/python-docs-zh-tw/library/http.cookies.html#example
http.cookiejar --- HTTP 用戶端的 Cookie 處理https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html
CookieJar 與 FileCookieJar 物件https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#cookiejar-and-filecookiejar-objects
FileCookieJar 子類別及與網頁瀏覽器的合作https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers
CookiePolicy 物件https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#cookiepolicy-objects
DefaultCookiePolicy 物件https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#defaultcookiepolicy-objects
Cookie 物件https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#cookie-objects
範例https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#examples
xmlrpc --- XMLRPC 伺服器與用戶模組https://python.github.io/python-docs-zh-tw/library/xmlrpc.html
xmlrpc.client --- XML-RPC 用戶端存取https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html
ServerProxy 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#serverproxy-objects
日期時間物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#datetime-objects
Binary Objectshttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#binary-objects
Fault Objectshttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#fault-objects
ProtocolError 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#protocolerror-objects
MultiCall 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#multicall-objects
便捷的函式https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#convenience-functions
Example of Client Usagehttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#example-of-client-usage
Example of Client and Server Usagehttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#example-of-client-and-server-usage
xmlrpc.server --- 基本 XML-RPC 伺服器https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html
SimpleXMLRPCServer 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#simplexmlrpcserver-objects
SimpleXMLRPCServer 範例https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#simplexmlrpcserver-example
CGIXMLRPCRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#cgixmlrpcrequesthandler
記錄 XMLRPC 伺服器https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#documenting-xmlrpc-server
DocXMLRPCServer 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#docxmlrpcserver-objects
DocCGIXMLRPCRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#doccgixmlrpcrequesthandler
ipaddress --- IPv4/IPv6 操作函式庫https://python.github.io/python-docs-zh-tw/library/ipaddress.html
Convenience factory functionshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#convenience-factory-functions
IP Addresseshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#ip-addresses
Address objectshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#address-objects
Conversion to Strings and Integershttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#conversion-to-strings-and-integers
運算子https://python.github.io/python-docs-zh-tw/library/ipaddress.html#operators
比較運算子https://python.github.io/python-docs-zh-tw/library/ipaddress.html#comparison-operators
算術運算子https://python.github.io/python-docs-zh-tw/library/ipaddress.html#arithmetic-operators
IP Network definitionshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#ip-network-definitions
Prefix, net mask and host maskhttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#prefix-net-mask-and-host-mask
Network objectshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#network-objects
運算子https://python.github.io/python-docs-zh-tw/library/ipaddress.html#id1
Logical operatorshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#logical-operators
疊代https://python.github.io/python-docs-zh-tw/library/ipaddress.html#iteration
Networks as containers of addresseshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#networks-as-containers-of-addresses
Interface objectshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#interface-objects
運算子https://python.github.io/python-docs-zh-tw/library/ipaddress.html#id2
Logical operatorshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#id3
Other Module Level Functionshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#other-module-level-functions
Custom Exceptionshttps://python.github.io/python-docs-zh-tw/library/ipaddress.html#custom-exceptions
xml.parsers.expat --- 使用 Expat 進行快速 XML 剖析https://python.github.io/python-docs-zh-tw/library/pyexpat.html
webbrowser --- 方便的網頁瀏覽器控制器https://python.github.io/python-docs-zh-tw/library/webbrowser.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/internet.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/webbrowser.html
上一頁https://python.github.io/python-docs-zh-tw/library/pyexpat.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
版權所有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.