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
telnetlib.Telnet
  • References/Python/Python/Internet

class telnetlib.Telnet(host=None, port=0[, timeout]) Telnet represents a connection to a Telnet server. The instance

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

class imaplib.IMAP4(host='', port=IMAP4_PORT) This class implements the actual IMAP4 protocol. The connection is created and

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

urllib.request.url2pathname(path) Convert the path component path from a percent-encoded URL to the local syntax for

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

class urllib.request.FTPHandler Open FTP URLs.

2025-01-10 15:47:30
poplib.POP3.list()
  • References/Python/Python/Internet

POP3.list([which]) Request message list, result is in the form (response, ['mesg_num octets', ...], octets). If

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

FTP.getwelcome() Return the welcome message sent by the server in reply to the initial connection. (This message sometimes contains

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

FileCookieJar.save(filename=None, ignore_discard=False, ignore_expires=False) Save cookies to a file. This

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

NNTP.quit() Send a QUIT command and close the connection. Once this method has been called, no other methods of

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

CookiePolicy.hide_cookie2 Don’t add Cookie2 header to requests (the presence of this header indicates

2025-01-10 15:47:30