http.client.HTTPResponse.getheaders()
  • References/Python/Python/Internet

HTTPResponse.getheaders() Return a list of (header, value) tuples.

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

class urllib.request.ProxyDigestAuthHandler(password_mgr=None) Handle authentication with the proxy. password_mgr,

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

is_link_local New in version 3.4: is_global

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

SMTP.helo(name='') Identify yourself to the SMTP server using HELO. The hostname argument defaults to the fully

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

FTP.rmd(dirname) Remove the directory named dirname on the server.

2025-01-10 15:47:30
http.cookies.Morsel
  • References/Python/Python/Internet

class http.cookies.Morsel Abstract a key/value pair, which has some

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

FTP_TLS.prot_c() Set up clear text data connection.

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

Cookie.value Cookie value (a string), or

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

cgi.print_environ_usage() Print a list of useful (used by CGI) environment variables in HTML.

2025-01-10 15:47:30
wsgiref.util.shift_path_info()
  • References/Python/Python/Internet

wsgiref.util.shift_path_info(environ) Shift a single name from PATH_INFO to SCRIPT_NAME and return

2025-01-10 15:47:30