ftplib.FTP.connect()
  • References/Python/Python/Internet

FTP.connect(host='', port=0, timeout=None, source_address=None) Connect to the given host and port. The default port number

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

webbrowser.open(url, new=0, autoraise=True) Display url using the default browser. If new is 0, the url

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

Request.add_unredirected_header(key, header) Add a header that will not be added to a redirected request.

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
wsgiref.handlers.read_environ()
  • References/Python/Python/Internet

wsgiref.handlers.read_environ() Transcode CGI variables from os.environ to PEP 3333 “bytes in unicode” strings

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

open(fullurl, data=None) Open fullurl using the appropriate protocol. This method sets up cache and proxy information

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

HTTPRedirectHandler.http_error_303(req, fp, code, msg, hdrs) The same as http_error_301(), but called for the ‘see

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

exception http.client.HTTPException The base class of the other exceptions in this module. It is a subclass of

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

timeout Timeout duration, measured in seconds, or

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

flush_headers() Finally send the headers to the output stream and flush the internal headers buffer.

2025-01-10 15:47:30