urllib.request.HTTPPasswordMgrWithPriorAuth
  • References/Python/Python/Internet

class urllib.request.HTTPPasswordMgrWithPriorAuth A variant of HTTPPasswordMgrWithDefaultRealm that also has a

2025-01-10 15:47:30
xmlrpc.server.SimpleXMLRPCRequestHandler
  • References/Python/Python/Internet

class xmlrpc.server.SimpleXMLRPCRequestHandler Create a new request handler instance. This request handler supports POST

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

NNTP.starttls(ssl_context=None) Send a STARTTLS command. This will enable encryption on the NNTP connection. The

2025-01-10 15:47:30
urllib.request.HTTPCookieProcessor.cookiejar
  • References/Python/Python/Internet

HTTPCookieProcessor.cookiejar The

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

RequestHandlerClass The user-provided request handler class; an instance of this class is created for each request.

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

NNTP.xover(start, end, *, file=None) Send an XOVER command. start and end are article numbers

2025-01-10 15:47:30
http.client.HTTPConnection.putrequest()
  • References/Python/Python/Internet

HTTPConnection.putrequest(request, selector, skip_host=False, skip_accept_encoding=False) This should be the first call after

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

SMTP.docmd(cmd, args='') Send a command cmd to the server. The optional argument args is simply concatenated

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

log_date_time_string() Returns the current date and time, formatted for logging.

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

FTP.close() Close the connection unilaterally. This should not be applied to an already closed connection such as after a successful

2025-01-10 15:47:30