René's URL Explorer Experiment


Title: http.server — HTTP servers — Python 3.14.2 documentation

Open Graph Title: http.server — HTTP servers

Description: Source code: Lib/http/server.py This module defines classes for implementing HTTP servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly plat...

Open Graph Description: Source code: Lib/http/server.py This module defines classes for implementing HTTP servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly plat...

Opengraph URL: https://docs.python.org/3/library/http.server.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_http.server_3073e72c.png
og:image:altSource code: Lib/http/server.py This module defines classes for implementing HTTP servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly plat...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
http.server — HTTP servershttps://docs.python.org/3/library/basehttpserver.html
Command-line interfacehttps://docs.python.org/3/library/basehttpserver.html#command-line-interface
Security considerationshttps://docs.python.org/3/library/basehttpserver.html#security-considerations
socketserver — A framework for network servershttps://docs.python.org/3/library/socketserver.html
http.cookies — HTTP state managementhttps://docs.python.org/3/library/http.cookies.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/http.server.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/http.cookies.html
previoushttps://docs.python.org/3/library/socketserver.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Internet Protocols and Supporthttps://docs.python.org/3/library/internet.html
http.server — HTTP servershttps://docs.python.org/3/library/basehttpserver.html
https://docs.python.org/3/library/basehttpserver.html#module-http.server
Lib/http/server.pyhttps://github.com/python/cpython/tree/3.14/Lib/http/server.py
http.serverhttps://docs.python.org/3/library/basehttpserver.html#module-http.server
basic security checkshttps://docs.python.org/3/library/basehttpserver.html#http-server-security
Availabilityhttps://docs.python.org/3/library/intro.html#availability
WebAssembly platformshttps://docs.python.org/3/library/intro.html#wasm-availability
HTTPServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.HTTPServer
socketserver.TCPServerhttps://docs.python.org/3/library/socketserver.html#socketserver.TCPServer
https://docs.python.org/3/library/basehttpserver.html#http.server.HTTPServer
TCPServerhttps://docs.python.org/3/library/socketserver.html#socketserver.TCPServer
https://docs.python.org/3/library/basehttpserver.html#http.server.ThreadingHTTPServer
ThreadingMixInhttps://docs.python.org/3/library/socketserver.html#socketserver.ThreadingMixIn
HTTPServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.HTTPServer
https://docs.python.org/3/library/basehttpserver.html#http.server.HTTPSServer
HTTPServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.HTTPServer
sslhttps://docs.python.org/3/library/ssl.html#module-ssl
sslhttps://docs.python.org/3/library/ssl.html#module-ssl
RuntimeErrorhttps://docs.python.org/3/library/exceptions.html#RuntimeError
ssl.SSLContext.load_cert_chain()https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_cert_chain
https://docs.python.org/3/library/basehttpserver.html#http.server.ThreadingHTTPSServer
HTTPSServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.HTTPSServer
ThreadingMixInhttps://docs.python.org/3/library/socketserver.html#socketserver.ThreadingMixIn
ThreadingHTTPServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.ThreadingHTTPServer
HTTPSServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.HTTPSServer
HTTPServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.HTTPServer
ThreadingHTTPServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.ThreadingHTTPServer
HTTPSServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.HTTPSServer
ThreadingHTTPSServerhttps://docs.python.org/3/library/basehttpserver.html#http.server.ThreadingHTTPSServer
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler
BaseHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler
BaseHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.client_address
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.server
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.close_connection
handle_one_request()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.handle_one_request
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.requestline
handle_one_request()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.handle_one_request
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.command
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.path
RFC 3986https://datatracker.ietf.org/doc/html/rfc3986.html
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.request_version
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.headers
MessageClasshttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.MessageClass
parse_headers()https://docs.python.org/3/library/http.client.html#http.client.parse_headers
http.clienthttps://docs.python.org/3/library/http.client.html#module-http.client
RFC 5322https://datatracker.ietf.org/doc/html/rfc5322.html
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.rfile
io.BufferedIOBasehttps://docs.python.org/3/library/io.html#io.BufferedIOBase
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.wfile
io.BufferedIOBasehttps://docs.python.org/3/library/io.html#io.BufferedIOBase
BaseHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.server_version
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.sys_version
version_stringhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.version_string
server_versionhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.server_version
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.error_message_format
send_error()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_error
responseshttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.responses
send_error()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_error
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.error_content_type
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.protocol_version
send_header()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_header
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.MessageClass
email.message.Messagehttps://docs.python.org/3/library/email.compat32-message.html#email.message.Message
http.client.HTTPMessagehttps://docs.python.org/3/library/http.client.html#http.client.HTTPMessage
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.responses
send_response_only()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_response_only
send_error()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_error
BaseHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.handle
handle_one_request()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.handle_one_request
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.handle_one_request
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.handle_expect_100
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_error
error_message_formathttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.error_message_format
responseshttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.responses
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_response
version_string()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.version_string
date_time_string()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.date_time_string
send_header()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_header
send_response()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_response
end_headers()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.end_headers
end_headers()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.end_headers
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_header
end_headers()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.end_headers
flush_headers()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.flush_headers
end_headers()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.end_headers
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.send_response_only
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.end_headers
flush_headers()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.flush_headers
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.flush_headers
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.log_request
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.log_error
log_message()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.log_message
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.log_message
log_message()https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.log_message
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.version_string
server_versionhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.server_version
sys_versionhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.sys_version
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.date_time_string
time.time()https://docs.python.org/3/library/time.html#time.time
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.log_date_time_string
https://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler.address_string
https://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler
path-like objecthttps://docs.python.org/3/glossary.html#term-path-like-object
BaseHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler
do_GET()https://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler.do_GET
do_HEAD()https://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler.do_HEAD
SimpleHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler
https://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler.server_version
https://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler.extensions_map
SimpleHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler
https://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler.do_HEAD
do_GET()https://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler.do_GET
https://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler.do_GET
os.listdir()https://docs.python.org/3/library/os.html#os.listdir
listdir()https://docs.python.org/3/library/os.html#os.listdir
OSErrorhttps://docs.python.org/3/library/exceptions.html#OSError
Lib/http/server.pyhttps://github.com/python/cpython/tree/3.14/Lib/http/server.py
SimpleHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler
SimpleHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler
https://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler
SimpleHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler
CGIHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler
CGIHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler
https://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler.cgi_directories
CGIHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler
https://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler.do_POST
CGIHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler
security considerationshttps://docs.python.org/3/library/basehttpserver.html#http-server-security
https://docs.python.org/3/library/basehttpserver.html#command-line-interface
http.serverhttps://docs.python.org/3/library/basehttpserver.html#module-http.server
-mhttps://docs.python.org/3/using/cmdline.html#cmdoption-m
https://docs.python.org/3/library/basehttpserver.html#cmdoption-http.server-arg-port
https://docs.python.org/3/library/basehttpserver.html#cmdoption-http.server-b
https://docs.python.org/3/library/basehttpserver.html#cmdoption-http.server-d
https://docs.python.org/3/library/basehttpserver.html#cmdoption-http.server-p
https://docs.python.org/3/library/basehttpserver.html#cmdoption-http.server-cgi
CGIHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler
http.serverhttps://docs.python.org/3/library/basehttpserver.html#module-http.server
CGIHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler
CGIHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.CGIHTTPRequestHandler
https://docs.python.org/3/library/basehttpserver.html#cmdoption-http.server-tls-cert
https://docs.python.org/3/library/basehttpserver.html#cmdoption-http.server-tls-key
https://docs.python.org/3/library/basehttpserver.html#cmdoption-http.server-tls-password-file
https://docs.python.org/3/library/basehttpserver.html#security-considerations
SimpleHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.SimpleHTTPRequestHandler
BaseHTTPRequestHandlerhttps://docs.python.org/3/library/basehttpserver.html#http.server.BaseHTTPRequestHandler
Table of Contentshttps://docs.python.org/3/contents.html
http.server — HTTP servershttps://docs.python.org/3/library/basehttpserver.html
Command-line interfacehttps://docs.python.org/3/library/basehttpserver.html#command-line-interface
Security considerationshttps://docs.python.org/3/library/basehttpserver.html#security-considerations
socketserver — A framework for network servershttps://docs.python.org/3/library/socketserver.html
http.cookies — HTTP state managementhttps://docs.python.org/3/library/http.cookies.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/http.server.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/http.cookies.html
previoushttps://docs.python.org/3/library/socketserver.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Internet Protocols and Supporthttps://docs.python.org/3/library/internet.html
http.server — HTTP servershttps://docs.python.org/3/library/basehttpserver.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.