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
socketserver.BaseRequestHandler
  • References/Python/Python/Internet

class socketserver.BaseRequestHandler This is the superclass of all request handler objects. It defines the interface, given

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

nntplib.decode_header(header_str) Decode a header value, un-escaping any escaped non-ASCII characters. header_str must

2025-01-10 15:47:30
wsgiref.handlers.IISCGIHandler
  • References/Python/Python/Internet

class wsgiref.handlers.IISCGIHandler A specialized alternative to CGIHandler, for use when deploying on Microsoft’s

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
smtplib.SMTP.quit()
  • References/Python/Python/Internet

SMTP.quit() Terminate the SMTP session and close the connection. Return the result of the SMTP QUIT command.

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

headers Holds an instance of the class specified by the MessageClass class variable. This instance parses and manages

2025-01-10 15:47:30
urllib.error.ContentTooShortError
  • References/Python/Python/Internet

exception urllib.error.ContentTooShortError(msg, content) This exception is raised when the

2025-01-10 15:47:30
socketserver.BaseServer.process_request()
  • References/Python/Python/Internet

process_request(request, client_address) Calls finish_request() to create an instance of the RequestHandlerClass

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

is_private

2025-01-10 15:47:30