smtplib.SMTPConnectError
  • References/Python/Python/Internet

exception smtplib.SMTPConnectError Error occurred during establishment of a connection with the server.

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

CookiePolicy.path_return_ok(path, request) Return false if cookies should not be returned, given cookie path.

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

DefaultCookiePolicy.DomainStrictNonDomain Cookies that did not explicitly specify a domain cookie-attribute can

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

sys_version Contains the Python system version, in a form usable by the version_string method and the server_version

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

Request.host The URI authority, typically a host, but may also contain a port separated by a colon.

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
xmlrpc.server.DocXMLRPCServer
  • References/Python/Python/Internet

class xmlrpc.server.DocXMLRPCServer(addr, requestHandler=DocXMLRPCRequestHandler, logRequests=True, allow_none=False, encoding=None, bind_and_activate=True, use_bui

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

Request.get_header(header_name, default=None) Return the value of the given header. If the header is not present, return the

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

HTTPRedirectHandler.redirect_request(req, fp, code, msg, hdrs, newurl) Return a Request or None in

2025-01-10 15:47:30