http.server.BaseHTTPRequestHandler.sys_version
  • References/Python/Python/Internet

sys_version Contains the Python system version, in a form usable by the version_string method and the server_version

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.send_error()
  • References/Python/Python/Internet

send_error(code, message=None, explain=None) Sends and logs a complete error reply to the client. The numeric code

2025-01-10 15:47:30
ipaddress.NetmaskValueError
  • References/Python/Python/Internet

exception ipaddress.NetmaskValueError(ValueError) Any value error related to the netmask.

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.flush_headers()
  • References/Python/Python/Internet

flush_headers() Finally send the headers to the output stream and flush the internal headers buffer.

2025-01-10 15:47:30
ipaddress.IPv6Address.is_private
  • References/Python/Python/Internet

is_private

2025-01-10 15:47:30
poplib.POP3_SSL
  • References/Python/Python/Internet

class poplib.POP3_SSL(host, port=POP3_SSL_PORT, keyfile=None, certfile=None, timeout=None, context=None) This is a subclass

2025-01-10 15:47:30
http.cookiejar.DefaultCookiePolicy.DomainStrictNonDomain
  • References/Python/Python/Internet

DefaultCookiePolicy.DomainStrictNonDomain Cookies that did not explicitly specify a domain cookie-attribute can

2025-01-10 15:47:30
http.client.HTTPException
  • References/Python/Python/Internet

exception http.client.HTTPException The base class of the other exceptions in this module. It is a subclass of

2025-01-10 15:47:30
cgi.parse_qsl()
  • References/Python/Python/Internet

cgi.parse_qsl(qs, keep_blank_values=False, strict_parsing=False) This function is deprecated in this module. Use

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.get_stderr()
  • References/Python/Python/Internet

get_stderr() Return an output stream object suitable for use as the wsgi.errors of the request currently being

2025-01-10 15:47:30