René's URL Explorer Experiment


Title: http.server — 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.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
socketserver --- 用於網路伺服器的框架https://python.github.io/python-docs-zh-tw/library/socketserver.html
http.cookies --- HTTP 狀態管理https://python.github.io/python-docs-zh-tw/library/http.cookies.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/http.server.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/http.cookies.html
上一頁https://python.github.io/python-docs-zh-tw/library/socketserver.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.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#module-http.server
Lib/http/server.pyhttps://github.com/python/cpython/tree/3.14/Lib/http/server.py
http.serverhttps://python.github.io/python-docs-zh-tw/library/http.server.html#module-http.server
basic security checkshttps://python.github.io/python-docs-zh-tw/library/http.server.html#http-server-security
可用性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
HTTPServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.HTTPServer
socketserver.TCPServerhttps://python.github.io/python-docs-zh-tw/library/socketserver.html#socketserver.TCPServer
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.HTTPServer
TCPServerhttps://python.github.io/python-docs-zh-tw/library/socketserver.html#socketserver.TCPServer
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.ThreadingHTTPServer
ThreadingMixInhttps://python.github.io/python-docs-zh-tw/library/socketserver.html#socketserver.ThreadingMixIn
HTTPServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.HTTPServer
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.HTTPSServer
HTTPServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.HTTPServer
sslhttps://python.github.io/python-docs-zh-tw/library/ssl.html#module-ssl
sslhttps://python.github.io/python-docs-zh-tw/library/ssl.html#module-ssl
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
ssl.SSLContext.load_cert_chain()https://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLContext.load_cert_chain
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.ThreadingHTTPSServer
HTTPSServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.HTTPSServer
ThreadingMixInhttps://python.github.io/python-docs-zh-tw/library/socketserver.html#socketserver.ThreadingMixIn
ThreadingHTTPServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.ThreadingHTTPServer
HTTPSServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.HTTPSServer
HTTPServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.HTTPServer
ThreadingHTTPServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.ThreadingHTTPServer
HTTPSServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.HTTPSServer
ThreadingHTTPSServerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.ThreadingHTTPSServer
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler
BaseHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler
BaseHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.client_address
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.server
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.close_connection
handle_one_request()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.handle_one_request
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.requestline
handle_one_request()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.handle_one_request
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.command
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.path
RFC 3986https://datatracker.ietf.org/doc/html/rfc3986.html
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.request_version
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.headers
MessageClasshttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.MessageClass
parse_headers()https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.parse_headers
http.clienthttps://python.github.io/python-docs-zh-tw/library/http.client.html#module-http.client
RFC 5322https://datatracker.ietf.org/doc/html/rfc5322.html
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.rfile
io.BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.wfile
io.BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
BaseHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.server_version
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.sys_version
version_stringhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.version_string
server_versionhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.server_version
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.error_message_format
send_error()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_error
responseshttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.responses
send_error()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_error
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.error_content_type
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.protocol_version
send_header()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_header
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.MessageClass
email.message.Messagehttps://python.github.io/python-docs-zh-tw/library/email.compat32-message.html#email.message.Message
http.client.HTTPMessagehttps://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPMessage
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.responses
send_response_only()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_response_only
send_error()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_error
BaseHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.handle
handle_one_request()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.handle_one_request
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.handle_one_request
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.handle_expect_100
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_error
error_message_formathttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.error_message_format
responseshttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.responses
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_response
version_string()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.version_string
date_time_string()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.date_time_string
send_header()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_header
send_response()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_response
end_headers()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.end_headers
end_headers()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.end_headers
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_header
end_headers()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.end_headers
flush_headers()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.flush_headers
end_headers()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.end_headers
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.send_response_only
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.end_headers
flush_headers()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.flush_headers
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.flush_headers
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.log_request
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.log_error
log_message()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.log_message
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.log_message
log_message()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.log_message
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.version_string
server_versionhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.server_version
sys_versionhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.sys_version
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.date_time_string
time.time()https://python.github.io/python-docs-zh-tw/library/time.html#time.time
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.log_date_time_string
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.address_string
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler
path-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
BaseHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler
do_GET()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_GET
do_HEAD()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_HEAD
SimpleHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler.server_version
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler.extensions_map
SimpleHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_HEAD
do_GET()https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_GET
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_GET
os.listdir()https://python.github.io/python-docs-zh-tw/library/os.html#os.listdir
listdir()https://python.github.io/python-docs-zh-tw/library/os.html#os.listdir
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
Lib/http/server.pyhttps://github.com/python/cpython/tree/3.14/Lib/http/server.py
SimpleHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler
SimpleHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler
SimpleHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler
CGIHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler
CGIHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler.cgi_directories
CGIHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler
https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler.do_POST
CGIHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler
security considerationshttps://python.github.io/python-docs-zh-tw/library/http.server.html#http-server-security
https://python.github.io/python-docs-zh-tw/library/http.server.html#command-line-interface
http.serverhttps://python.github.io/python-docs-zh-tw/library/http.server.html#module-http.server
-mhttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-m
https://python.github.io/python-docs-zh-tw/library/http.server.html#cmdoption-http.server-arg-port
https://python.github.io/python-docs-zh-tw/library/http.server.html#cmdoption-http.server-b
https://python.github.io/python-docs-zh-tw/library/http.server.html#cmdoption-http.server-d
https://python.github.io/python-docs-zh-tw/library/http.server.html#cmdoption-http.server-p
https://python.github.io/python-docs-zh-tw/library/http.server.html#cmdoption-http.server-cgi
CGIHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler
http.serverhttps://python.github.io/python-docs-zh-tw/library/http.server.html#module-http.server
CGIHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler
CGIHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler
https://python.github.io/python-docs-zh-tw/library/http.server.html#cmdoption-http.server-tls-cert
https://python.github.io/python-docs-zh-tw/library/http.server.html#cmdoption-http.server-tls-key
https://python.github.io/python-docs-zh-tw/library/http.server.html#cmdoption-http.server-tls-password-file
https://python.github.io/python-docs-zh-tw/library/http.server.html#security-considerations
SimpleHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler
BaseHTTPRequestHandlerhttps://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler
目錄https://python.github.io/python-docs-zh-tw/contents.html
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
socketserver --- 用於網路伺服器的框架https://python.github.io/python-docs-zh-tw/library/socketserver.html
http.cookies --- HTTP 狀態管理https://python.github.io/python-docs-zh-tw/library/http.cookies.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/http.server.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/http.cookies.html
上一頁https://python.github.io/python-docs-zh-tw/library/socketserver.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.server — HTTP 伺服器https://python.github.io/python-docs-zh-tw/library/http.server.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.