http.server.BaseHTTPRequestHandler.date_time_string()
  • References/Python/Python/Internet

date_time_string(timestamp=None) Returns the date and time given by timestamp (which must be None or in the format

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

command Contains the command (request type). For example, 'GET'.

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
http.server.BaseHTTPRequestHandler.responses
  • References/Python/Python/Internet

responses This attribute contains a mapping of error code integers to two-element tuples containing a short and long message

2025-01-10 15:47:30
smtpd.SMTPChannel.fqdn
  • References/Python/Python/Internet

fqdn Holds the fully-qualified domain name of the server as returned by

2025-01-10 15:47:30
ftplib.FTP.size()
  • References/Python/Python/Internet

FTP.size(filename) Request the size of the file named filename on the server. On success, the size of the file is returned

2025-01-10 15:47:30
ipaddress.IPv4Network.subnets()
  • References/Python/Python/Internet

subnets(prefixlen_diff=1, new_prefix=None) The subnets that join to make the current network definition, depending on the argument

2025-01-10 15:47:30
ftplib.FTP.login()
  • References/Python/Python/Internet

FTP.login(user='anonymous', passwd='', acct='') Log in as the given user. The passwd and acct parameters

2025-01-10 15:47:30
http.cookiejar.FileCookieJar.revert()
  • References/Python/Python/Internet

FileCookieJar.revert(filename=None, ignore_discard=False, ignore_expires=False) Clear all cookies and reload cookies from a

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

DefaultCookiePolicy.allowed_domains() Return

2025-01-10 15:47:30