http.client.HTTPConnection.putheader()
  • References/Python/Python/Internet

HTTPConnection.putheader(header, argument[, ...]) Send an

2025-01-10 15:47:30
xmlrpc.client.loads()
  • References/Python/Python/Internet

xmlrpc.client.loads(data, use_datetime=False, use_builtin_types=False) Convert an XML-RPC request or response into Python objects

2025-01-10 15:47:30
urllib.request.HTTPHandler.http_open()
  • References/Python/Python/Internet

HTTPHandler.http_open(req) Send an HTTP request, which can be either GET or POST, depending on req.has_data().

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

exception http.client.ImproperConnectionState A subclass of HTTPException.

2025-01-10 15:47:30
smtplib.SMTP.send_message()
  • References/Python/Python/Internet

SMTP.send_message(msg, from_addr=None, to_addrs=None, mail_options=[], rcpt_options=[]) This is a convenience method for calling

2025-01-10 15:47:30
imaplib.IMAP4.utf8_enabled
  • References/Python/Python/Internet

IMAP4.utf8_enabled Boolean value that is normally False, but is set to True if an enable()

2025-01-10 15:47:30
smtplib.SMTP.auth()
  • References/Python/Python/Internet

SMTP.auth(mechanism, authobject, *, initial_response_ok=True) Issue an SMTP AUTH command for the specified

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

teredo For addresses that appear to be Teredo addresses (starting with 2001::/32) as defined by

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

cgi.print_form(form) Format a form in HTML.

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

compressed

2025-01-10 15:47:30